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 class
CTCommonSlideData.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 CTBackground
addNewBg()
Appends and returns a new empty "bg" elementCTControlList
addNewControls()
Appends and returns a new empty "controls" elementCTCustomerDataList
addNewCustDataLst()
Appends and returns a new empty "custDataLst" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTGroupShape
addNewSpTree()
Appends and returns a new empty "spTree" elementCTBackground
getBg()
Gets the "bg" elementCTControlList
getControls()
Gets the "controls" elementCTCustomerDataList
getCustDataLst()
Gets the "custDataLst" elementCTExtensionList
getExtLst()
Gets the "extLst" elementjava.lang.String
getName()
Gets the "name" attributeCTGroupShape
getSpTree()
Gets the "spTree" elementboolean
isSetBg()
True if has "bg" elementboolean
isSetControls()
True if has "controls" elementboolean
isSetCustDataLst()
True if has "custDataLst" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetName()
True if has "name" attributevoid
setBg(CTBackground bg)
Sets the "bg" elementvoid
setControls(CTControlList controls)
Sets the "controls" elementvoid
setCustDataLst(CTCustomerDataList custDataLst)
Sets the "custDataLst" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setName(java.lang.String name)
Sets the "name" attributevoid
setSpTree(CTGroupShape spTree)
Sets the "spTree" elementvoid
unsetBg()
Unsets the "bg" elementvoid
unsetControls()
Unsets the "controls" elementvoid
unsetCustDataLst()
Unsets the "custDataLst" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetName()
Unsets the "name" attributeXmlString
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
-
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
-
-