Interface CTOfficeStyleSheet
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTOfficeStyleSheet extends XmlObject
An XML CT_OfficeStyleSheet(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTOfficeStyleSheet.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTCustomColorListaddNewCustClrLst()Appends and returns a new empty "custClrLst" elementCTOfficeArtExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTColorSchemeListaddNewExtraClrSchemeLst()Appends and returns a new empty "extraClrSchemeLst" elementCTObjectStyleDefaultsaddNewObjectDefaults()Appends and returns a new empty "objectDefaults" elementCTBaseStylesaddNewThemeElements()Appends and returns a new empty "themeElements" elementCTCustomColorListgetCustClrLst()Gets the "custClrLst" elementCTOfficeArtExtensionListgetExtLst()Gets the "extLst" elementCTColorSchemeListgetExtraClrSchemeLst()Gets the "extraClrSchemeLst" elementjava.lang.StringgetName()Gets the "name" attributeCTObjectStyleDefaultsgetObjectDefaults()Gets the "objectDefaults" elementCTBaseStylesgetThemeElements()Gets the "themeElements" elementbooleanisSetCustClrLst()True if has "custClrLst" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetExtraClrSchemeLst()True if has "extraClrSchemeLst" elementbooleanisSetName()True if has "name" attributebooleanisSetObjectDefaults()True if has "objectDefaults" elementvoidsetCustClrLst(CTCustomColorList custClrLst)Sets the "custClrLst" elementvoidsetExtLst(CTOfficeArtExtensionList extLst)Sets the "extLst" elementvoidsetExtraClrSchemeLst(CTColorSchemeList extraClrSchemeLst)Sets the "extraClrSchemeLst" elementvoidsetName(java.lang.String name)Sets the "name" attributevoidsetObjectDefaults(CTObjectStyleDefaults objectDefaults)Sets the "objectDefaults" elementvoidsetThemeElements(CTBaseStyles themeElements)Sets the "themeElements" elementvoidunsetCustClrLst()Unsets the "custClrLst" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetExtraClrSchemeLst()Unsets the "extraClrSchemeLst" elementvoidunsetName()Unsets the "name" attributevoidunsetObjectDefaults()Unsets the "objectDefaults" elementXmlStringxgetName()Gets (as xml) the "name" attributevoidxsetName(XmlString name)Sets (as xml) the "name" 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
-
getThemeElements
CTBaseStyles getThemeElements()
Gets the "themeElements" element
-
setThemeElements
void setThemeElements(CTBaseStyles themeElements)
Sets the "themeElements" element
-
addNewThemeElements
CTBaseStyles addNewThemeElements()
Appends and returns a new empty "themeElements" element
-
getObjectDefaults
CTObjectStyleDefaults getObjectDefaults()
Gets the "objectDefaults" element
-
isSetObjectDefaults
boolean isSetObjectDefaults()
True if has "objectDefaults" element
-
setObjectDefaults
void setObjectDefaults(CTObjectStyleDefaults objectDefaults)
Sets the "objectDefaults" element
-
addNewObjectDefaults
CTObjectStyleDefaults addNewObjectDefaults()
Appends and returns a new empty "objectDefaults" element
-
unsetObjectDefaults
void unsetObjectDefaults()
Unsets the "objectDefaults" element
-
getExtraClrSchemeLst
CTColorSchemeList getExtraClrSchemeLst()
Gets the "extraClrSchemeLst" element
-
isSetExtraClrSchemeLst
boolean isSetExtraClrSchemeLst()
True if has "extraClrSchemeLst" element
-
setExtraClrSchemeLst
void setExtraClrSchemeLst(CTColorSchemeList extraClrSchemeLst)
Sets the "extraClrSchemeLst" element
-
addNewExtraClrSchemeLst
CTColorSchemeList addNewExtraClrSchemeLst()
Appends and returns a new empty "extraClrSchemeLst" element
-
unsetExtraClrSchemeLst
void unsetExtraClrSchemeLst()
Unsets the "extraClrSchemeLst" element
-
getCustClrLst
CTCustomColorList getCustClrLst()
Gets the "custClrLst" element
-
isSetCustClrLst
boolean isSetCustClrLst()
True if has "custClrLst" element
-
setCustClrLst
void setCustClrLst(CTCustomColorList custClrLst)
Sets the "custClrLst" element
-
addNewCustClrLst
CTCustomColorList addNewCustClrLst()
Appends and returns a new empty "custClrLst" element
-
unsetCustClrLst
void unsetCustClrLst()
Unsets the "custClrLst" 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
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(XmlString name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
-