Class CTCustomWorkbookView

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

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

    • extLst

      protected CTExtensionList extLst
    • name

      protected String name
    • guid

      protected String guid
    • autoUpdate

      protected Boolean autoUpdate
    • mergeInterval

      protected Long mergeInterval
    • changesSavedWin

      protected Boolean changesSavedWin
    • onlySync

      protected Boolean onlySync
    • personalView

      protected Boolean personalView
    • includePrintSettings

      protected Boolean includePrintSettings
    • includeHiddenRowCol

      protected Boolean includeHiddenRowCol
    • maximized

      protected Boolean maximized
    • 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
    • activeSheetId

      protected long activeSheetId
    • showFormulaBar

      protected Boolean showFormulaBar
    • showStatusbar

      protected Boolean showStatusbar
    • showComments

      protected STComments showComments
    • showObjects

      protected STObjects showObjects
  • Constructor Details

    • CTCustomWorkbookView

      public CTCustomWorkbookView()
  • 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 String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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

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

      public void setGuid(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(Boolean value)
      Sets the value of the autoUpdate property.
      Parameters:
      value - allowed object is Boolean
    • getMergeInterval

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

      public void setMergeInterval(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(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(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(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(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(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(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(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 int 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 int 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.
    • 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(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(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(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 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.