Class CTChartsheetView

java.lang.Object
org.xlsx4j.sml.CTChartsheetView
All Implemented Interfaces:
Child

public class CTChartsheetView
extends java.lang.Object
implements Child

Java class for CT_ChartsheetView complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_ChartsheetView">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="tabSelected" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="zoomScale" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="100" />
       <attribute name="workbookViewId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="zoomToFit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected CTExtensionList extLst  
    protected java.lang.Boolean tabSelected  
    protected long workbookViewId  
    protected java.lang.Long zoomScale  
    protected java.lang.Boolean zoomToFit  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTChartsheetView()  
  • Method Summary

    Modifier and Type Method Description
    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.
    CTExtensionList getExtLst()
    Gets the value of the extLst property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    long getWorkbookViewId()
    Gets the value of the workbookViewId property.
    long getZoomScale()
    Gets the value of the zoomScale property.
    boolean isTabSelected()
    Gets the value of the tabSelected property.
    boolean isZoomToFit()
    Gets the value of the zoomToFit property.
    void setExtLst​(CTExtensionList value)
    Sets the value of the extLst property.
    void setParent​(java.lang.Object parent)  
    void setTabSelected​(java.lang.Boolean value)
    Sets the value of the tabSelected property.
    void setWorkbookViewId​(long value)
    Sets the value of the workbookViewId property.
    void setZoomScale​(java.lang.Long value)
    Sets the value of the zoomScale property.
    void setZoomToFit​(java.lang.Boolean value)
    Sets the value of the zoomToFit property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • 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
    • isTabSelected

      public boolean isTabSelected()
      Gets the value of the tabSelected property.
      Returns:
      possible object is Boolean
    • setTabSelected

      public void setTabSelected​(java.lang.Boolean value)
      Sets the value of the tabSelected property.
      Parameters:
      value - allowed object is Boolean
    • getZoomScale

      public long getZoomScale()
      Gets the value of the zoomScale property.
      Returns:
      possible object is Long
    • setZoomScale

      public void setZoomScale​(java.lang.Long value)
      Sets the value of the zoomScale property.
      Parameters:
      value - allowed object is Long
    • getWorkbookViewId

      public long getWorkbookViewId()
      Gets the value of the workbookViewId property.
    • setWorkbookViewId

      public void setWorkbookViewId​(long value)
      Sets the value of the workbookViewId property.
    • isZoomToFit

      public boolean isZoomToFit()
      Gets the value of the zoomToFit property.
      Returns:
      possible object is Boolean
    • setZoomToFit

      public void setZoomToFit​(java.lang.Boolean value)
      Sets the value of the zoomToFit property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.