public class CTSlideSorterViewProperties extends Object
Java class for CT_SlideSorterViewProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SlideSorterViewProperties"> <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="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/> </sequence> <attribute name="showFormatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTCommonViewProperties |
cViewPr |
protected CTExtensionList |
extLst |
protected Boolean |
showFormatting |
Constructor and Description |
---|
CTSlideSorterViewProperties() |
Modifier and Type | Method and Description |
---|---|
CTCommonViewProperties |
getCViewPr()
Gets the value of the cViewPr property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
boolean |
isShowFormatting()
Gets the value of the showFormatting property.
|
void |
setCViewPr(CTCommonViewProperties value)
Sets the value of the cViewPr property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setShowFormatting(Boolean value)
Sets the value of the showFormatting property.
|
protected CTCommonViewProperties cViewPr
protected CTExtensionList extLst
protected Boolean showFormatting
public CTCommonViewProperties getCViewPr()
CTCommonViewProperties
public void setCViewPr(CTCommonViewProperties value)
value
- allowed object is
CTCommonViewProperties
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public boolean isShowFormatting()
Boolean
Copyright © 2007-2019. All Rights Reserved.