Interface CTTableStyleTextStyle
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTableStyleTextStyle extends XmlObject
An XML CT_TableStyleTextStyle(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTableStyleTextStyle.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTOfficeArtExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTFontCollection
addNewFont()
Appends and returns a new empty "font" elementCTFontReference
addNewFontRef()
Appends and returns a new empty "fontRef" elementCTHslColor
addNewHslClr()
Appends and returns a new empty "hslClr" elementCTPresetColor
addNewPrstClr()
Appends and returns a new empty "prstClr" elementCTSchemeColor
addNewSchemeClr()
Appends and returns a new empty "schemeClr" elementCTScRgbColor
addNewScrgbClr()
Appends and returns a new empty "scrgbClr" elementCTSRgbColor
addNewSrgbClr()
Appends and returns a new empty "srgbClr" elementCTSystemColor
addNewSysClr()
Appends and returns a new empty "sysClr" elementSTOnOffStyleType.Enum
getB()
Gets the "b" attributeCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementCTFontCollection
getFont()
Gets the "font" elementCTFontReference
getFontRef()
Gets the "fontRef" elementCTHslColor
getHslClr()
Gets the "hslClr" elementSTOnOffStyleType.Enum
getI()
Gets the "i" attributeCTPresetColor
getPrstClr()
Gets the "prstClr" elementCTSchemeColor
getSchemeClr()
Gets the "schemeClr" elementCTScRgbColor
getScrgbClr()
Gets the "scrgbClr" elementCTSRgbColor
getSrgbClr()
Gets the "srgbClr" elementCTSystemColor
getSysClr()
Gets the "sysClr" elementboolean
isSetB()
True if has "b" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetFont()
True if has "font" elementboolean
isSetFontRef()
True if has "fontRef" elementboolean
isSetHslClr()
True if has "hslClr" elementboolean
isSetI()
True if has "i" attributeboolean
isSetPrstClr()
True if has "prstClr" elementboolean
isSetSchemeClr()
True if has "schemeClr" elementboolean
isSetScrgbClr()
True if has "scrgbClr" elementboolean
isSetSrgbClr()
True if has "srgbClr" elementboolean
isSetSysClr()
True if has "sysClr" elementvoid
setB(STOnOffStyleType.Enum b)
Sets the "b" attributevoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setFont(CTFontCollection font)
Sets the "font" elementvoid
setFontRef(CTFontReference fontRef)
Sets the "fontRef" elementvoid
setHslClr(CTHslColor hslClr)
Sets the "hslClr" elementvoid
setI(STOnOffStyleType.Enum iValue)
Sets the "i" attributevoid
setPrstClr(CTPresetColor prstClr)
Sets the "prstClr" elementvoid
setSchemeClr(CTSchemeColor schemeClr)
Sets the "schemeClr" elementvoid
setScrgbClr(CTScRgbColor scrgbClr)
Sets the "scrgbClr" elementvoid
setSrgbClr(CTSRgbColor srgbClr)
Sets the "srgbClr" elementvoid
setSysClr(CTSystemColor sysClr)
Sets the "sysClr" elementvoid
unsetB()
Unsets the "b" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetFont()
Unsets the "font" elementvoid
unsetFontRef()
Unsets the "fontRef" elementvoid
unsetHslClr()
Unsets the "hslClr" elementvoid
unsetI()
Unsets the "i" attributevoid
unsetPrstClr()
Unsets the "prstClr" elementvoid
unsetSchemeClr()
Unsets the "schemeClr" elementvoid
unsetScrgbClr()
Unsets the "scrgbClr" elementvoid
unsetSrgbClr()
Unsets the "srgbClr" elementvoid
unsetSysClr()
Unsets the "sysClr" elementSTOnOffStyleType
xgetB()
Gets (as xml) the "b" attributeSTOnOffStyleType
xgetI()
Gets (as xml) the "i" attributevoid
xsetB(STOnOffStyleType b)
Sets (as xml) the "b" attributevoid
xsetI(STOnOffStyleType iValue)
Sets (as xml) the "i" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getFont
CTFontCollection getFont()
Gets the "font" element
-
isSetFont
boolean isSetFont()
True if has "font" element
-
setFont
void setFont(CTFontCollection font)
Sets the "font" element
-
addNewFont
CTFontCollection addNewFont()
Appends and returns a new empty "font" element
-
unsetFont
void unsetFont()
Unsets the "font" element
-
getFontRef
CTFontReference getFontRef()
Gets the "fontRef" element
-
isSetFontRef
boolean isSetFontRef()
True if has "fontRef" element
-
setFontRef
void setFontRef(CTFontReference fontRef)
Sets the "fontRef" element
-
addNewFontRef
CTFontReference addNewFontRef()
Appends and returns a new empty "fontRef" element
-
unsetFontRef
void unsetFontRef()
Unsets the "fontRef" element
-
getScrgbClr
CTScRgbColor getScrgbClr()
Gets the "scrgbClr" element
-
isSetScrgbClr
boolean isSetScrgbClr()
True if has "scrgbClr" element
-
setScrgbClr
void setScrgbClr(CTScRgbColor scrgbClr)
Sets the "scrgbClr" element
-
addNewScrgbClr
CTScRgbColor addNewScrgbClr()
Appends and returns a new empty "scrgbClr" element
-
unsetScrgbClr
void unsetScrgbClr()
Unsets the "scrgbClr" element
-
getSrgbClr
CTSRgbColor getSrgbClr()
Gets the "srgbClr" element
-
isSetSrgbClr
boolean isSetSrgbClr()
True if has "srgbClr" element
-
setSrgbClr
void setSrgbClr(CTSRgbColor srgbClr)
Sets the "srgbClr" element
-
addNewSrgbClr
CTSRgbColor addNewSrgbClr()
Appends and returns a new empty "srgbClr" element
-
unsetSrgbClr
void unsetSrgbClr()
Unsets the "srgbClr" element
-
getHslClr
CTHslColor getHslClr()
Gets the "hslClr" element
-
isSetHslClr
boolean isSetHslClr()
True if has "hslClr" element
-
setHslClr
void setHslClr(CTHslColor hslClr)
Sets the "hslClr" element
-
addNewHslClr
CTHslColor addNewHslClr()
Appends and returns a new empty "hslClr" element
-
unsetHslClr
void unsetHslClr()
Unsets the "hslClr" element
-
getSysClr
CTSystemColor getSysClr()
Gets the "sysClr" element
-
isSetSysClr
boolean isSetSysClr()
True if has "sysClr" element
-
setSysClr
void setSysClr(CTSystemColor sysClr)
Sets the "sysClr" element
-
addNewSysClr
CTSystemColor addNewSysClr()
Appends and returns a new empty "sysClr" element
-
unsetSysClr
void unsetSysClr()
Unsets the "sysClr" element
-
getSchemeClr
CTSchemeColor getSchemeClr()
Gets the "schemeClr" element
-
isSetSchemeClr
boolean isSetSchemeClr()
True if has "schemeClr" element
-
setSchemeClr
void setSchemeClr(CTSchemeColor schemeClr)
Sets the "schemeClr" element
-
addNewSchemeClr
CTSchemeColor addNewSchemeClr()
Appends and returns a new empty "schemeClr" element
-
unsetSchemeClr
void unsetSchemeClr()
Unsets the "schemeClr" element
-
getPrstClr
CTPresetColor getPrstClr()
Gets the "prstClr" element
-
isSetPrstClr
boolean isSetPrstClr()
True if has "prstClr" element
-
setPrstClr
void setPrstClr(CTPresetColor prstClr)
Sets the "prstClr" element
-
addNewPrstClr
CTPresetColor addNewPrstClr()
Appends and returns a new empty "prstClr" element
-
unsetPrstClr
void unsetPrstClr()
Unsets the "prstClr" element
-
getExtLst
CTOfficeArtExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getB
STOnOffStyleType.Enum getB()
Gets the "b" attribute
-
xgetB
STOnOffStyleType xgetB()
Gets (as xml) the "b" attribute
-
isSetB
boolean isSetB()
True if has "b" attribute
-
setB
void setB(STOnOffStyleType.Enum b)
Sets the "b" attribute
-
xsetB
void xsetB(STOnOffStyleType b)
Sets (as xml) the "b" attribute
-
unsetB
void unsetB()
Unsets the "b" attribute
-
getI
STOnOffStyleType.Enum getI()
Gets the "i" attribute
-
xgetI
STOnOffStyleType xgetI()
Gets (as xml) the "i" attribute
-
isSetI
boolean isSetI()
True if has "i" attribute
-
setI
void setI(STOnOffStyleType.Enum iValue)
Sets the "i" attribute
-
xsetI
void xsetI(STOnOffStyleType iValue)
Sets (as xml) the "i" attribute
-
unsetI
void unsetI()
Unsets the "i" attribute
-
-