Interface CTCommonSlideData
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CommonSlideData(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCommonSlideData> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewBg()Appends and returns a new empty "bg" elementAppends and returns a new empty "controls" elementAppends and returns a new empty "custDataLst" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "spTree" elementgetBg()Gets the "bg" elementGets the "controls" elementGets the "custDataLst" elementGets the "extLst" elementgetName()Gets the "name" attributeGets the "spTree" elementbooleanisSetBg()True if has "bg" elementbooleanTrue if has "controls" elementbooleanTrue if has "custDataLst" elementbooleanTrue if has "extLst" elementbooleanTrue if has "name" attributevoidsetBg(CTBackground bg) Sets the "bg" elementvoidsetControls(CTControlList controls) Sets the "controls" elementvoidsetCustDataLst(CTCustomerDataList custDataLst) Sets the "custDataLst" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidSets the "name" attributevoidsetSpTree(CTGroupShape spTree) Sets the "spTree" elementvoidunsetBg()Unsets the "bg" elementvoidUnsets the "controls" elementvoidUnsets the "custDataLst" elementvoidUnsets the "extLst" elementvoidUnsets the "name" attributexgetName()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
-
getBg
CTBackground getBg()Gets the "bg" element -
isSetBg
boolean isSetBg()True if has "bg" element -
setBg
Sets the "bg" element -
addNewBg
CTBackground addNewBg()Appends and returns a new empty "bg" element -
unsetBg
void unsetBg()Unsets the "bg" element -
getSpTree
CTGroupShape getSpTree()Gets the "spTree" element -
setSpTree
Sets the "spTree" element -
addNewSpTree
CTGroupShape addNewSpTree()Appends and returns a new empty "spTree" element -
getCustDataLst
CTCustomerDataList getCustDataLst()Gets the "custDataLst" element -
isSetCustDataLst
boolean isSetCustDataLst()True if has "custDataLst" element -
setCustDataLst
Sets the "custDataLst" element -
addNewCustDataLst
CTCustomerDataList addNewCustDataLst()Appends and returns a new empty "custDataLst" element -
unsetCustDataLst
void unsetCustDataLst()Unsets the "custDataLst" element -
getControls
CTControlList getControls()Gets the "controls" element -
isSetControls
boolean isSetControls()True if has "controls" element -
setControls
Sets the "controls" element -
addNewControls
CTControlList addNewControls()Appends and returns a new empty "controls" element -
unsetControls
void unsetControls()Unsets the "controls" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList 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
-