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 class
CTOfficeStyleSheet.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 CTCustomColorList
addNewCustClrLst()
Appends and returns a new empty "custClrLst" elementCTOfficeArtExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTColorSchemeList
addNewExtraClrSchemeLst()
Appends and returns a new empty "extraClrSchemeLst" elementCTObjectStyleDefaults
addNewObjectDefaults()
Appends and returns a new empty "objectDefaults" elementCTBaseStyles
addNewThemeElements()
Appends and returns a new empty "themeElements" elementCTCustomColorList
getCustClrLst()
Gets the "custClrLst" elementCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementCTColorSchemeList
getExtraClrSchemeLst()
Gets the "extraClrSchemeLst" elementjava.lang.String
getName()
Gets the "name" attributeCTObjectStyleDefaults
getObjectDefaults()
Gets the "objectDefaults" elementCTBaseStyles
getThemeElements()
Gets the "themeElements" elementboolean
isSetCustClrLst()
True if has "custClrLst" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetExtraClrSchemeLst()
True if has "extraClrSchemeLst" elementboolean
isSetName()
True if has "name" attributeboolean
isSetObjectDefaults()
True if has "objectDefaults" elementvoid
setCustClrLst(CTCustomColorList custClrLst)
Sets the "custClrLst" elementvoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setExtraClrSchemeLst(CTColorSchemeList extraClrSchemeLst)
Sets the "extraClrSchemeLst" elementvoid
setName(java.lang.String name)
Sets the "name" attributevoid
setObjectDefaults(CTObjectStyleDefaults objectDefaults)
Sets the "objectDefaults" elementvoid
setThemeElements(CTBaseStyles themeElements)
Sets the "themeElements" elementvoid
unsetCustClrLst()
Unsets the "custClrLst" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetExtraClrSchemeLst()
Unsets the "extraClrSchemeLst" elementvoid
unsetName()
Unsets the "name" attributevoid
unsetObjectDefaults()
Unsets the "objectDefaults" elementXmlString
xgetName()
Gets (as xml) the "name" attributevoid
xsetName(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
-
-