Class CTNormalViewProperties

java.lang.Object
org.pptx4j.pml.CTNormalViewProperties
All Implemented Interfaces:
Child

public class CTNormalViewProperties extends 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 Details

  • Constructor Details

    • CTNormalViewProperties

      public CTNormalViewProperties()
  • Method Details

    • getRestoredLeft

      public CTNormalViewPortion getRestoredLeft()
      Gets the value of the restoredLeft property.
      Returns:
      possible object is CTNormalViewPortion
    • setRestoredLeft

      public void setRestoredLeft(CTNormalViewPortion value)
      Sets the value of the restoredLeft property.
      Parameters:
      value - allowed object is CTNormalViewPortion
    • getRestoredTop

      public CTNormalViewPortion getRestoredTop()
      Gets the value of the restoredTop property.
      Returns:
      possible object is CTNormalViewPortion
    • setRestoredTop

      public void setRestoredTop(CTNormalViewPortion value)
      Sets the value of the restoredTop property.
      Parameters:
      value - allowed object is CTNormalViewPortion
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • isShowOutlineIcons

      public boolean isShowOutlineIcons()
      Gets the value of the showOutlineIcons property.
      Returns:
      possible object is Boolean
    • setShowOutlineIcons

      public void setShowOutlineIcons(Boolean value)
      Sets the value of the showOutlineIcons property.
      Parameters:
      value - allowed object is Boolean
    • isSnapVertSplitter

      public boolean isSnapVertSplitter()
      Gets the value of the snapVertSplitter property.
      Returns:
      possible object is Boolean
    • setSnapVertSplitter

      public void setSnapVertSplitter(Boolean value)
      Sets the value of the snapVertSplitter property.
      Parameters:
      value - allowed object is Boolean
    • getVertBarState

      public STSplitterBarState getVertBarState()
      Gets the value of the vertBarState property.
      Returns:
      possible object is STSplitterBarState
    • setVertBarState

      public void setVertBarState(STSplitterBarState value)
      Sets the value of the vertBarState property.
      Parameters:
      value - allowed object is STSplitterBarState
    • getHorzBarState

      public STSplitterBarState getHorzBarState()
      Gets the value of the horzBarState property.
      Returns:
      possible object is STSplitterBarState
    • setHorzBarState

      public void setHorzBarState(STSplitterBarState value)
      Sets the value of the horzBarState property.
      Parameters:
      value - allowed object is STSplitterBarState
    • isPreferSingleView

      public boolean isPreferSingleView()
      Gets the value of the preferSingleView property.
      Returns:
      possible object is Boolean
    • setPreferSingleView

      public void setPreferSingleView(Boolean value)
      Sets the value of the preferSingleView property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.