Package org.pptx4j.pml
Class CTNormalViewProperties
java.lang.Object
org.pptx4j.pml.CTNormalViewProperties
- All Implemented Interfaces:
Child
public class CTNormalViewProperties extends java.lang.Object implements Child
Java class for CT_NormalViewProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NormalViewProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="restoredLeft" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_NormalViewPortion"/>
<element name="restoredTop" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_NormalViewPortion"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="showOutlineIcons" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="snapVertSplitter" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="vertBarState" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_SplitterBarState" default="restored" />
<attribute name="horzBarState" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_SplitterBarState" default="restored" />
<attribute name="preferSingleView" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTExtensionListextLstprotected STSplitterBarStatehorzBarStateprotected java.lang.BooleanpreferSingleViewprotected CTNormalViewPortionrestoredLeftprotected CTNormalViewPortionrestoredTopprotected java.lang.BooleanshowOutlineIconsprotected java.lang.BooleansnapVertSplitterprotected STSplitterBarStatevertBarState -
Constructor Summary
Constructors Constructor Description CTNormalViewProperties() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTExtensionListgetExtLst()Gets the value of the extLst property.STSplitterBarStategetHorzBarState()Gets the value of the horzBarState property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTNormalViewPortiongetRestoredLeft()Gets the value of the restoredLeft property.CTNormalViewPortiongetRestoredTop()Gets the value of the restoredTop property.STSplitterBarStategetVertBarState()Gets the value of the vertBarState property.booleanisPreferSingleView()Gets the value of the preferSingleView property.booleanisShowOutlineIcons()Gets the value of the showOutlineIcons property.booleanisSnapVertSplitter()Gets the value of the snapVertSplitter property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetHorzBarState(STSplitterBarState value)Sets the value of the horzBarState property.voidsetParent(java.lang.Object parent)voidsetPreferSingleView(java.lang.Boolean value)Sets the value of the preferSingleView property.voidsetRestoredLeft(CTNormalViewPortion value)Sets the value of the restoredLeft property.voidsetRestoredTop(CTNormalViewPortion value)Sets the value of the restoredTop property.voidsetShowOutlineIcons(java.lang.Boolean value)Sets the value of the showOutlineIcons property.voidsetSnapVertSplitter(java.lang.Boolean value)Sets the value of the snapVertSplitter property.voidsetVertBarState(STSplitterBarState value)Sets the value of the vertBarState property.
-
Field Details
-
restoredLeft
-
restoredTop
-
extLst
-
showOutlineIcons
protected java.lang.Boolean showOutlineIcons -
snapVertSplitter
protected java.lang.Boolean snapVertSplitter -
vertBarState
-
horzBarState
-
preferSingleView
protected java.lang.Boolean preferSingleView
-
-
Constructor Details
-
CTNormalViewProperties
public CTNormalViewProperties()
-
-
Method Details
-
getRestoredLeft
Gets the value of the restoredLeft property.- Returns:
- possible object is
CTNormalViewPortion
-
setRestoredLeft
Sets the value of the restoredLeft property.- Parameters:
value- allowed object isCTNormalViewPortion
-
getRestoredTop
Gets the value of the restoredTop property.- Returns:
- possible object is
CTNormalViewPortion
-
setRestoredTop
Sets the value of the restoredTop property.- Parameters:
value- allowed object isCTNormalViewPortion
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
isShowOutlineIcons
public boolean isShowOutlineIcons()Gets the value of the showOutlineIcons property.- Returns:
- possible object is
Boolean
-
setShowOutlineIcons
public void setShowOutlineIcons(java.lang.Boolean value)Sets the value of the showOutlineIcons property.- Parameters:
value- allowed object isBoolean
-
isSnapVertSplitter
public boolean isSnapVertSplitter()Gets the value of the snapVertSplitter property.- Returns:
- possible object is
Boolean
-
setSnapVertSplitter
public void setSnapVertSplitter(java.lang.Boolean value)Sets the value of the snapVertSplitter property.- Parameters:
value- allowed object isBoolean
-
getVertBarState
Gets the value of the vertBarState property.- Returns:
- possible object is
STSplitterBarState
-
setVertBarState
Sets the value of the vertBarState property.- Parameters:
value- allowed object isSTSplitterBarState
-
getHorzBarState
Gets the value of the horzBarState property.- Returns:
- possible object is
STSplitterBarState
-
setHorzBarState
Sets the value of the horzBarState property.- Parameters:
value- allowed object isSTSplitterBarState
-
isPreferSingleView
public boolean isPreferSingleView()Gets the value of the preferSingleView property.- Returns:
- possible object is
Boolean
-
setPreferSingleView
public void setPreferSingleView(java.lang.Boolean value)Sets the value of the preferSingleView property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-