public class CTOutlineViewProperties extends java.lang.Object implements Child
Java class for CT_OutlineViewProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OutlineViewProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cViewPr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_CommonViewProperties"/>
<element name="sldLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_OutlineViewSlideList" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTCommonViewProperties |
cViewPr |
protected CTExtensionList |
extLst |
protected CTOutlineViewSlideList |
sldLst |
| Constructor and Description |
|---|
CTOutlineViewProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTCommonViewProperties |
getCViewPr()
Gets the value of the cViewPr property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTOutlineViewSlideList |
getSldLst()
Gets the value of the sldLst property.
|
void |
setCViewPr(CTCommonViewProperties value)
Sets the value of the cViewPr property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setParent(java.lang.Object parent) |
void |
setSldLst(CTOutlineViewSlideList value)
Sets the value of the sldLst property.
|
protected CTCommonViewProperties cViewPr
protected CTOutlineViewSlideList sldLst
protected CTExtensionList extLst
public CTCommonViewProperties getCViewPr()
CTCommonViewPropertiespublic void setCViewPr(CTCommonViewProperties value)
value - allowed object is
CTCommonViewPropertiespublic CTOutlineViewSlideList getSldLst()
CTOutlineViewSlideListpublic void setSldLst(CTOutlineViewSlideList value)
value - allowed object is
CTOutlineViewSlideListpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.