public class CommonSlideData extends Object
Java class for CT_CommonSlideData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CommonSlideData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bg" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Background" minOccurs="0"/>
<element name="spTree" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_GroupShape"/>
<element name="custDataLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_CustomerDataList" minOccurs="0"/>
<element name="controls" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ControlList" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBackground |
bg |
protected CTControlList |
controls |
protected CTCustomerDataList |
custDataLst |
protected CTExtensionList |
extLst |
protected String |
name |
protected GroupShape |
spTree |
| Constructor and Description |
|---|
CommonSlideData() |
| Modifier and Type | Method and Description |
|---|---|
CTBackground |
getBg()
Gets the value of the bg property.
|
CTControlList |
getControls()
Gets the value of the controls property.
|
CTCustomerDataList |
getCustDataLst()
Gets the value of the custDataLst property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getName()
Gets the value of the name property.
|
GroupShape |
getSpTree()
Gets the value of the spTree property.
|
void |
setBg(CTBackground value)
Sets the value of the bg property.
|
void |
setControls(CTControlList value)
Sets the value of the controls property.
|
void |
setCustDataLst(CTCustomerDataList value)
Sets the value of the custDataLst property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSpTree(GroupShape value)
Sets the value of the spTree property.
|
protected CTBackground bg
protected GroupShape spTree
protected CTCustomerDataList custDataLst
protected CTControlList controls
protected CTExtensionList extLst
protected String name
public CTBackground getBg()
CTBackgroundpublic void setBg(CTBackground value)
value - allowed object is
CTBackgroundpublic GroupShape getSpTree()
GroupShapepublic void setSpTree(GroupShape value)
value - allowed object is
GroupShapepublic CTCustomerDataList getCustDataLst()
CTCustomerDataListpublic void setCustDataLst(CTCustomerDataList value)
value - allowed object is
CTCustomerDataListpublic CTControlList getControls()
CTControlListpublic void setControls(CTControlList value)
value - allowed object is
CTControlListpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic String getName()
StringCopyright © 2007-2019. All Rights Reserved.