Class CTBookView

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

public class CTBookView extends Object implements Child

Java class for CT_BookView complex type.

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

 <complexType name="CT_BookView">
   <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="visibility" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Visibility" default="visible" />
       <attribute name="minimized" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="showHorizontalScroll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showVerticalScroll" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showSheetTabs" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="xWindow" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="yWindow" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="windowWidth" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="windowHeight" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="tabRatio" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="600" />
       <attribute name="firstSheet" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="activeTab" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="autoFilterDateGrouping" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • extLst

      protected CTExtensionList extLst
    • visibility

      protected STVisibility visibility
    • minimized

      protected Boolean minimized
    • showHorizontalScroll

      protected Boolean showHorizontalScroll
    • showVerticalScroll

      protected Boolean showVerticalScroll
    • showSheetTabs

      protected Boolean showSheetTabs
    • xWindow

      protected Integer xWindow
    • yWindow

      protected Integer yWindow
    • windowWidth

      protected Long windowWidth
    • windowHeight

      protected Long windowHeight
    • tabRatio

      protected Long tabRatio
    • firstSheet

      protected Long firstSheet
    • activeTab

      protected Long activeTab
    • autoFilterDateGrouping

      protected Boolean autoFilterDateGrouping
  • Constructor Details

    • CTBookView

      public CTBookView()
  • 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
    • getVisibility

      public STVisibility getVisibility()
      Gets the value of the visibility property.
      Returns:
      possible object is STVisibility
    • setVisibility

      public void setVisibility(STVisibility value)
      Sets the value of the visibility property.
      Parameters:
      value - allowed object is STVisibility
    • isMinimized

      public boolean isMinimized()
      Gets the value of the minimized property.
      Returns:
      possible object is Boolean
    • setMinimized

      public void setMinimized(Boolean value)
      Sets the value of the minimized property.
      Parameters:
      value - allowed object is Boolean
    • isShowHorizontalScroll

      public boolean isShowHorizontalScroll()
      Gets the value of the showHorizontalScroll property.
      Returns:
      possible object is Boolean
    • setShowHorizontalScroll

      public void setShowHorizontalScroll(Boolean value)
      Sets the value of the showHorizontalScroll property.
      Parameters:
      value - allowed object is Boolean
    • isShowVerticalScroll

      public boolean isShowVerticalScroll()
      Gets the value of the showVerticalScroll property.
      Returns:
      possible object is Boolean
    • setShowVerticalScroll

      public void setShowVerticalScroll(Boolean value)
      Sets the value of the showVerticalScroll property.
      Parameters:
      value - allowed object is Boolean
    • isShowSheetTabs

      public boolean isShowSheetTabs()
      Gets the value of the showSheetTabs property.
      Returns:
      possible object is Boolean
    • setShowSheetTabs

      public void setShowSheetTabs(Boolean value)
      Sets the value of the showSheetTabs property.
      Parameters:
      value - allowed object is Boolean
    • getXWindow

      public Integer getXWindow()
      Gets the value of the xWindow property.
      Returns:
      possible object is Integer
    • setXWindow

      public void setXWindow(Integer value)
      Sets the value of the xWindow property.
      Parameters:
      value - allowed object is Integer
    • getYWindow

      public Integer getYWindow()
      Gets the value of the yWindow property.
      Returns:
      possible object is Integer
    • setYWindow

      public void setYWindow(Integer value)
      Sets the value of the yWindow property.
      Parameters:
      value - allowed object is Integer
    • getWindowWidth

      public Long getWindowWidth()
      Gets the value of the windowWidth property.
      Returns:
      possible object is Long
    • setWindowWidth

      public void setWindowWidth(Long value)
      Sets the value of the windowWidth property.
      Parameters:
      value - allowed object is Long
    • getWindowHeight

      public Long getWindowHeight()
      Gets the value of the windowHeight property.
      Returns:
      possible object is Long
    • setWindowHeight

      public void setWindowHeight(Long value)
      Sets the value of the windowHeight property.
      Parameters:
      value - allowed object is Long
    • getTabRatio

      public long getTabRatio()
      Gets the value of the tabRatio property.
      Returns:
      possible object is Long
    • setTabRatio

      public void setTabRatio(Long value)
      Sets the value of the tabRatio property.
      Parameters:
      value - allowed object is Long
    • getFirstSheet

      public long getFirstSheet()
      Gets the value of the firstSheet property.
      Returns:
      possible object is Long
    • setFirstSheet

      public void setFirstSheet(Long value)
      Sets the value of the firstSheet property.
      Parameters:
      value - allowed object is Long
    • getActiveTab

      public long getActiveTab()
      Gets the value of the activeTab property.
      Returns:
      possible object is Long
    • setActiveTab

      public void setActiveTab(Long value)
      Sets the value of the activeTab property.
      Parameters:
      value - allowed object is Long
    • isAutoFilterDateGrouping

      public boolean isAutoFilterDateGrouping()
      Gets the value of the autoFilterDateGrouping property.
      Returns:
      possible object is Boolean
    • setAutoFilterDateGrouping

      public void setAutoFilterDateGrouping(Boolean value)
      Sets the value of the autoFilterDateGrouping 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.