Package org.pptx4j.pml
Class CTNormalViewProperties
java.lang.Object
org.pptx4j.pml.CTNormalViewProperties
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTExtensionListprotected STSplitterBarStateprotected Booleanprotected CTNormalViewPortionprotected CTNormalViewPortionprotected Booleanprotected Booleanprotected STSplitterBarState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the extLst property.Gets the value of the horzBarState property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the restoredLeft property.Gets the value of the restoredTop property.Gets the value of the vertBarState property.booleanGets the value of the preferSingleView property.booleanGets the value of the showOutlineIcons property.booleanGets the value of the snapVertSplitter property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidSets the value of the horzBarState property.voidvoidsetPreferSingleView(Boolean value) Sets the value of the preferSingleView property.voidSets the value of the restoredLeft property.voidSets the value of the restoredTop property.voidsetShowOutlineIcons(Boolean value) Sets the value of the showOutlineIcons property.voidsetSnapVertSplitter(Boolean value) Sets the value of the snapVertSplitter property.voidSets the value of the vertBarState property.
-
Field Details
-
restoredLeft
-
restoredTop
-
extLst
-
showOutlineIcons
-
snapVertSplitter
-
vertBarState
-
horzBarState
-
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
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
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
Sets the value of the preferSingleView property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-