Class CTCustomWorkbookView

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

public class CTCustomWorkbookView
extends java.lang.Object
implements Child

Java class for CT_CustomWorkbookView complex type.

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

 <complexType name="CT_CustomWorkbookView">
   <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="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="guid" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Guid" />
       <attribute name="autoUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="mergeInterval" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="changesSavedWin" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="onlySync" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="personalView" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="includePrintSettings" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="includeHiddenRowCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="maximized" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <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" default="0" />
       <attribute name="yWindow" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
       <attribute name="windowWidth" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="windowHeight" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="tabRatio" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="600" />
       <attribute name="activeSheetId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="showFormulaBar" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showStatusbar" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="showComments" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Comments" default="commIndicator" />
       <attribute name="showObjects" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Objects" default="all" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected long activeSheetId  
    protected java.lang.Boolean autoUpdate  
    protected java.lang.Boolean changesSavedWin  
    protected CTExtensionList extLst  
    protected java.lang.String guid  
    protected java.lang.Boolean includeHiddenRowCol  
    protected java.lang.Boolean includePrintSettings  
    protected java.lang.Boolean maximized  
    protected java.lang.Long mergeInterval  
    protected java.lang.Boolean minimized  
    protected java.lang.String name  
    protected java.lang.Boolean onlySync  
    protected java.lang.Boolean personalView  
    protected STComments showComments  
    protected java.lang.Boolean showFormulaBar  
    protected java.lang.Boolean showHorizontalScroll  
    protected STObjects showObjects  
    protected java.lang.Boolean showSheetTabs  
    protected java.lang.Boolean showStatusbar  
    protected java.lang.Boolean showVerticalScroll  
    protected java.lang.Long tabRatio  
    protected long windowHeight  
    protected long windowWidth  
    protected java.lang.Integer xWindow  
    protected java.lang.Integer yWindow  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTCustomWorkbookView()  
  • 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.
    long getActiveSheetId()
    Gets the value of the activeSheetId property.
    CTExtensionList getExtLst()
    Gets the value of the extLst property.
    java.lang.String getGuid()
    Gets the value of the guid property.
    java.lang.Long getMergeInterval()
    Gets the value of the mergeInterval property.
    java.lang.String getName()
    Gets the value of the name property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    STComments getShowComments()
    Gets the value of the showComments property.
    STObjects getShowObjects()
    Gets the value of the showObjects property.
    long getTabRatio()
    Gets the value of the tabRatio property.
    long getWindowHeight()
    Gets the value of the windowHeight property.
    long getWindowWidth()
    Gets the value of the windowWidth property.
    int getXWindow()
    Gets the value of the xWindow property.
    int getYWindow()
    Gets the value of the yWindow property.
    boolean isAutoUpdate()
    Gets the value of the autoUpdate property.
    boolean isChangesSavedWin()
    Gets the value of the changesSavedWin property.
    boolean isIncludeHiddenRowCol()
    Gets the value of the includeHiddenRowCol property.
    boolean isIncludePrintSettings()
    Gets the value of the includePrintSettings property.
    boolean isMaximized()
    Gets the value of the maximized property.
    boolean isMinimized()
    Gets the value of the minimized property.
    boolean isOnlySync()
    Gets the value of the onlySync property.
    boolean isPersonalView()
    Gets the value of the personalView property.
    boolean isShowFormulaBar()
    Gets the value of the showFormulaBar property.
    boolean isShowHorizontalScroll()
    Gets the value of the showHorizontalScroll property.
    boolean isShowSheetTabs()
    Gets the value of the showSheetTabs property.
    boolean isShowStatusbar()
    Gets the value of the showStatusbar property.
    boolean isShowVerticalScroll()
    Gets the value of the showVerticalScroll property.
    void setActiveSheetId​(long value)
    Sets the value of the activeSheetId property.
    void setAutoUpdate​(java.lang.Boolean value)
    Sets the value of the autoUpdate property.
    void setChangesSavedWin​(java.lang.Boolean value)
    Sets the value of the changesSavedWin property.
    void setExtLst​(CTExtensionList value)
    Sets the value of the extLst property.
    void setGuid​(java.lang.String value)
    Sets the value of the guid property.
    void setIncludeHiddenRowCol​(java.lang.Boolean value)
    Sets the value of the includeHiddenRowCol property.
    void setIncludePrintSettings​(java.lang.Boolean value)
    Sets the value of the includePrintSettings property.
    void setMaximized​(java.lang.Boolean value)
    Sets the value of the maximized property.
    void setMergeInterval​(java.lang.Long value)
    Sets the value of the mergeInterval property.
    void setMinimized​(java.lang.Boolean value)
    Sets the value of the minimized property.
    void setName​(java.lang.String value)
    Sets the value of the name property.
    void setOnlySync​(java.lang.Boolean value)
    Sets the value of the onlySync property.
    void setParent​(java.lang.Object parent)  
    void setPersonalView​(java.lang.Boolean value)
    Sets the value of the personalView property.
    void setShowComments​(STComments value)
    Sets the value of the showComments property.
    void setShowFormulaBar​(java.lang.Boolean value)
    Sets the value of the showFormulaBar property.
    void setShowHorizontalScroll​(java.lang.Boolean value)
    Sets the value of the showHorizontalScroll property.
    void setShowObjects​(STObjects value)
    Sets the value of the showObjects property.
    void setShowSheetTabs​(java.lang.Boolean value)
    Sets the value of the showSheetTabs property.
    void setShowStatusbar​(java.lang.Boolean value)
    Sets the value of the showStatusbar property.
    void setShowVerticalScroll​(java.lang.Boolean value)
    Sets the value of the showVerticalScroll property.
    void setTabRatio​(java.lang.Long value)
    Sets the value of the tabRatio property.
    void setWindowHeight​(long value)
    Sets the value of the windowHeight property.
    void setWindowWidth​(long value)
    Sets the value of the windowWidth property.
    void setXWindow​(java.lang.Integer value)
    Sets the value of the xWindow property.
    void setYWindow​(java.lang.Integer value)
    Sets the value of the yWindow 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
    • getName

      public java.lang.String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(java.lang.String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getGuid

      public java.lang.String getGuid()
      Gets the value of the guid property.
      Returns:
      possible object is String
    • setGuid

      public void setGuid​(java.lang.String value)
      Sets the value of the guid property.
      Parameters:
      value - allowed object is String
    • isAutoUpdate

      public boolean isAutoUpdate()
      Gets the value of the autoUpdate property.
      Returns:
      possible object is Boolean
    • setAutoUpdate

      public void setAutoUpdate​(java.lang.Boolean value)
      Sets the value of the autoUpdate property.
      Parameters:
      value - allowed object is Boolean
    • getMergeInterval

      public java.lang.Long getMergeInterval()
      Gets the value of the mergeInterval property.
      Returns:
      possible object is Long
    • setMergeInterval

      public void setMergeInterval​(java.lang.Long value)
      Sets the value of the mergeInterval property.
      Parameters:
      value - allowed object is Long
    • isChangesSavedWin

      public boolean isChangesSavedWin()
      Gets the value of the changesSavedWin property.
      Returns:
      possible object is Boolean
    • setChangesSavedWin

      public void setChangesSavedWin​(java.lang.Boolean value)
      Sets the value of the changesSavedWin property.
      Parameters:
      value - allowed object is Boolean
    • isOnlySync

      public boolean isOnlySync()
      Gets the value of the onlySync property.
      Returns:
      possible object is Boolean
    • setOnlySync

      public void setOnlySync​(java.lang.Boolean value)
      Sets the value of the onlySync property.
      Parameters:
      value - allowed object is Boolean
    • isPersonalView

      public boolean isPersonalView()
      Gets the value of the personalView property.
      Returns:
      possible object is Boolean
    • setPersonalView

      public void setPersonalView​(java.lang.Boolean value)
      Sets the value of the personalView property.
      Parameters:
      value - allowed object is Boolean
    • isIncludePrintSettings

      public boolean isIncludePrintSettings()
      Gets the value of the includePrintSettings property.
      Returns:
      possible object is Boolean
    • setIncludePrintSettings

      public void setIncludePrintSettings​(java.lang.Boolean value)
      Sets the value of the includePrintSettings property.
      Parameters:
      value - allowed object is Boolean
    • isIncludeHiddenRowCol

      public boolean isIncludeHiddenRowCol()
      Gets the value of the includeHiddenRowCol property.
      Returns:
      possible object is Boolean
    • setIncludeHiddenRowCol

      public void setIncludeHiddenRowCol​(java.lang.Boolean value)
      Sets the value of the includeHiddenRowCol property.
      Parameters:
      value - allowed object is Boolean
    • isMaximized

      public boolean isMaximized()
      Gets the value of the maximized property.
      Returns:
      possible object is Boolean
    • setMaximized

      public void setMaximized​(java.lang.Boolean value)
      Sets the value of the maximized property.
      Parameters:
      value - allowed object is Boolean
    • isMinimized

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

      public void setMinimized​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Boolean value)
      Sets the value of the showSheetTabs property.
      Parameters:
      value - allowed object is Boolean
    • getXWindow

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

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

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

      public void setYWindow​(java.lang.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.
    • setWindowWidth

      public void setWindowWidth​(long value)
      Sets the value of the windowWidth property.
    • getWindowHeight

      public long getWindowHeight()
      Gets the value of the windowHeight property.
    • setWindowHeight

      public void setWindowHeight​(long value)
      Sets the value of the windowHeight property.
    • getTabRatio

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

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

      public long getActiveSheetId()
      Gets the value of the activeSheetId property.
    • setActiveSheetId

      public void setActiveSheetId​(long value)
      Sets the value of the activeSheetId property.
    • isShowFormulaBar

      public boolean isShowFormulaBar()
      Gets the value of the showFormulaBar property.
      Returns:
      possible object is Boolean
    • setShowFormulaBar

      public void setShowFormulaBar​(java.lang.Boolean value)
      Sets the value of the showFormulaBar property.
      Parameters:
      value - allowed object is Boolean
    • isShowStatusbar

      public boolean isShowStatusbar()
      Gets the value of the showStatusbar property.
      Returns:
      possible object is Boolean
    • setShowStatusbar

      public void setShowStatusbar​(java.lang.Boolean value)
      Sets the value of the showStatusbar property.
      Parameters:
      value - allowed object is Boolean
    • getShowComments

      public STComments getShowComments()
      Gets the value of the showComments property.
      Returns:
      possible object is STComments
    • setShowComments

      public void setShowComments​(STComments value)
      Sets the value of the showComments property.
      Parameters:
      value - allowed object is STComments
    • getShowObjects

      public STObjects getShowObjects()
      Gets the value of the showObjects property.
      Returns:
      possible object is STObjects
    • setShowObjects

      public void setShowObjects​(STObjects value)
      Sets the value of the showObjects property.
      Parameters:
      value - allowed object is STObjects
    • 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.