Interface CTOfficeStyleSheet
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OfficeStyleSheet(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTOfficeStyleSheet> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "custClrLst" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "extraClrSchemeLst" elementAppends and returns a new empty "objectDefaults" elementAppends and returns a new empty "themeElements" elementGets the "custClrLst" elementGets the "extLst" elementGets the "extraClrSchemeLst" elementgetName()Gets the "name" attributeGets the "objectDefaults" elementGets the "themeElements" elementbooleanTrue if has "custClrLst" elementbooleanTrue if has "extLst" elementbooleanTrue if has "extraClrSchemeLst" elementbooleanTrue if has "name" attributebooleanTrue if has "objectDefaults" elementvoidsetCustClrLst(CTCustomColorList custClrLst) Sets the "custClrLst" elementvoidsetExtLst(CTOfficeArtExtensionList extLst) Sets the "extLst" elementvoidsetExtraClrSchemeLst(CTColorSchemeList extraClrSchemeLst) Sets the "extraClrSchemeLst" elementvoidSets the "name" attributevoidsetObjectDefaults(CTObjectStyleDefaults objectDefaults) Sets the "objectDefaults" elementvoidsetThemeElements(CTBaseStyles themeElements) Sets the "themeElements" elementvoidUnsets the "custClrLst" elementvoidUnsets the "extLst" elementvoidUnsets the "extraClrSchemeLst" elementvoidUnsets the "name" attributevoidUnsets the "objectDefaults" elementxgetName()Gets (as xml) the "name" attributevoidSets (as xml) the "name" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getThemeElements
CTBaseStyles getThemeElements()Gets the "themeElements" element -
setThemeElements
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
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
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
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
Sets the "extLst" element -
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getName
String getName()Gets the "name" attribute -
xgetName
XmlString xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets the "name" attribute -
xsetName
Sets (as xml) the "name" attribute -
unsetName
void unsetName()Unsets the "name" attribute
-