public class CTTableStyleTextStyle extends Object
Java class for CT_TableStyleTextStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyleTextStyle"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ThemeableFontStyles" minOccurs="0"/> <group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ColorChoice" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/> </sequence> <attribute name="b" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_OnOffStyleType" default="def" /> <attribute name="i" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_OnOffStyleType" default="def" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STOnOffStyleType |
b |
protected CTOfficeArtExtensionList |
extLst |
protected FontCollection |
font |
protected CTFontReference |
fontRef |
protected CTHslColor |
hslClr |
protected STOnOffStyleType |
i |
protected CTPresetColor |
prstClr |
protected CTSchemeColor |
schemeClr |
protected CTScRgbColor |
scrgbClr |
protected CTSRgbColor |
srgbClr |
protected CTSystemColor |
sysClr |
Constructor and Description |
---|
CTTableStyleTextStyle() |
Modifier and Type | Method and Description |
---|---|
STOnOffStyleType |
getB()
Gets the value of the b property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
FontCollection |
getFont()
Gets the value of the font property.
|
CTFontReference |
getFontRef()
Gets the value of the fontRef property.
|
CTHslColor |
getHslClr()
Gets the value of the hslClr property.
|
STOnOffStyleType |
getI()
Gets the value of the i property.
|
CTPresetColor |
getPrstClr()
Gets the value of the prstClr property.
|
CTSchemeColor |
getSchemeClr()
Gets the value of the schemeClr property.
|
CTScRgbColor |
getScrgbClr()
Gets the value of the scrgbClr property.
|
CTSRgbColor |
getSrgbClr()
Gets the value of the srgbClr property.
|
CTSystemColor |
getSysClr()
Gets the value of the sysClr property.
|
void |
setB(STOnOffStyleType value)
Sets the value of the b property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFont(FontCollection value)
Sets the value of the font property.
|
void |
setFontRef(CTFontReference value)
Sets the value of the fontRef property.
|
void |
setHslClr(CTHslColor value)
Sets the value of the hslClr property.
|
void |
setI(STOnOffStyleType value)
Sets the value of the i property.
|
void |
setPrstClr(CTPresetColor value)
Sets the value of the prstClr property.
|
void |
setSchemeClr(CTSchemeColor value)
Sets the value of the schemeClr property.
|
void |
setScrgbClr(CTScRgbColor value)
Sets the value of the scrgbClr property.
|
void |
setSrgbClr(CTSRgbColor value)
Sets the value of the srgbClr property.
|
void |
setSysClr(CTSystemColor value)
Sets the value of the sysClr property.
|
protected FontCollection font
protected CTFontReference fontRef
protected CTScRgbColor scrgbClr
protected CTSRgbColor srgbClr
protected CTHslColor hslClr
protected CTSystemColor sysClr
protected CTSchemeColor schemeClr
protected CTPresetColor prstClr
protected CTOfficeArtExtensionList extLst
protected STOnOffStyleType b
protected STOnOffStyleType i
public FontCollection getFont()
FontCollection
public void setFont(FontCollection value)
value
- allowed object is
FontCollection
public CTFontReference getFontRef()
CTFontReference
public void setFontRef(CTFontReference value)
value
- allowed object is
CTFontReference
public CTScRgbColor getScrgbClr()
CTScRgbColor
public void setScrgbClr(CTScRgbColor value)
value
- allowed object is
CTScRgbColor
public CTSRgbColor getSrgbClr()
CTSRgbColor
public void setSrgbClr(CTSRgbColor value)
value
- allowed object is
CTSRgbColor
public CTHslColor getHslClr()
CTHslColor
public void setHslClr(CTHslColor value)
value
- allowed object is
CTHslColor
public CTSystemColor getSysClr()
CTSystemColor
public void setSysClr(CTSystemColor value)
value
- allowed object is
CTSystemColor
public CTSchemeColor getSchemeClr()
CTSchemeColor
public void setSchemeClr(CTSchemeColor value)
value
- allowed object is
CTSchemeColor
public CTPresetColor getPrstClr()
CTPresetColor
public void setPrstClr(CTPresetColor value)
value
- allowed object is
CTPresetColor
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public STOnOffStyleType getB()
STOnOffStyleType
public void setB(STOnOffStyleType value)
value
- allowed object is
STOnOffStyleType
public STOnOffStyleType getI()
STOnOffStyleType
public void setI(STOnOffStyleType value)
value
- allowed object is
STOnOffStyleType
Copyright © 2007-2019. All Rights Reserved.