public class CTOutlineViewProperties extends Object
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 |
---|---|
CTCommonViewProperties |
getCViewPr()
Gets the value of the cViewPr property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
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 |
setSldLst(CTOutlineViewSlideList value)
Sets the value of the sldLst property.
|
protected CTCommonViewProperties cViewPr
protected CTOutlineViewSlideList sldLst
protected CTExtensionList extLst
public CTCommonViewProperties getCViewPr()
CTCommonViewProperties
public void setCViewPr(CTCommonViewProperties value)
value
- allowed object is
CTCommonViewProperties
public CTOutlineViewSlideList getSldLst()
CTOutlineViewSlideList
public void setSldLst(CTOutlineViewSlideList value)
value
- allowed object is
CTOutlineViewSlideList
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2019. All Rights Reserved.