Interface CTCommonSlideData
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTCommonSlideData extends XmlObject
An XML CT_CommonSlideData(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTCommonSlideData.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 CTBackgroundaddNewBg()Appends and returns a new empty "bg" elementCTControlListaddNewControls()Appends and returns a new empty "controls" elementCTCustomerDataListaddNewCustDataLst()Appends and returns a new empty "custDataLst" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTGroupShapeaddNewSpTree()Appends and returns a new empty "spTree" elementCTBackgroundgetBg()Gets the "bg" elementCTControlListgetControls()Gets the "controls" elementCTCustomerDataListgetCustDataLst()Gets the "custDataLst" elementCTExtensionListgetExtLst()Gets the "extLst" elementjava.lang.StringgetName()Gets the "name" attributeCTGroupShapegetSpTree()Gets the "spTree" elementbooleanisSetBg()True if has "bg" elementbooleanisSetControls()True if has "controls" elementbooleanisSetCustDataLst()True if has "custDataLst" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetName()True 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" elementvoidsetName(java.lang.String name)Sets the "name" attributevoidsetSpTree(CTGroupShape spTree)Sets the "spTree" elementvoidunsetBg()Unsets the "bg" elementvoidunsetControls()Unsets the "controls" elementvoidunsetCustDataLst()Unsets the "custDataLst" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetName()Unsets the "name" attributeXmlStringxgetName()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
-
getBg
CTBackground getBg()
Gets the "bg" element
-
isSetBg
boolean isSetBg()
True if has "bg" element
-
setBg
void setBg(CTBackground bg)
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
void setSpTree(CTGroupShape spTree)
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
void setCustDataLst(CTCustomerDataList custDataLst)
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
void setControls(CTControlList controls)
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
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList 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
-
-