Package org.xlsx4j.sml
Class CTBookView
java.lang.Object
org.xlsx4j.sml.CTBookView
- All Implemented Interfaces:
Child
public class CTBookView extends java.lang.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 Summary
Fields Modifier and Type Field Description protected java.lang.LongactiveTabprotected java.lang.BooleanautoFilterDateGroupingprotected CTExtensionListextLstprotected java.lang.LongfirstSheetprotected java.lang.Booleanminimizedprotected java.lang.BooleanshowHorizontalScrollprotected java.lang.BooleanshowSheetTabsprotected java.lang.BooleanshowVerticalScrollprotected java.lang.LongtabRatioprotected STVisibilityvisibilityprotected java.lang.LongwindowHeightprotected java.lang.LongwindowWidthprotected java.lang.IntegerxWindowprotected java.lang.IntegeryWindow -
Constructor Summary
Constructors Constructor Description CTBookView() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetActiveTab()Gets the value of the activeTab property.CTExtensionListgetExtLst()Gets the value of the extLst property.longgetFirstSheet()Gets the value of the firstSheet property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.longgetTabRatio()Gets the value of the tabRatio property.STVisibilitygetVisibility()Gets the value of the visibility property.java.lang.LonggetWindowHeight()Gets the value of the windowHeight property.java.lang.LonggetWindowWidth()Gets the value of the windowWidth property.java.lang.IntegergetXWindow()Gets the value of the xWindow property.java.lang.IntegergetYWindow()Gets the value of the yWindow property.booleanisAutoFilterDateGrouping()Gets the value of the autoFilterDateGrouping property.booleanisMinimized()Gets the value of the minimized property.booleanisShowHorizontalScroll()Gets the value of the showHorizontalScroll property.booleanisShowSheetTabs()Gets the value of the showSheetTabs property.booleanisShowVerticalScroll()Gets the value of the showVerticalScroll property.voidsetActiveTab(java.lang.Long value)Sets the value of the activeTab property.voidsetAutoFilterDateGrouping(java.lang.Boolean value)Sets the value of the autoFilterDateGrouping property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFirstSheet(java.lang.Long value)Sets the value of the firstSheet property.voidsetMinimized(java.lang.Boolean value)Sets the value of the minimized property.voidsetParent(java.lang.Object parent)voidsetShowHorizontalScroll(java.lang.Boolean value)Sets the value of the showHorizontalScroll property.voidsetShowSheetTabs(java.lang.Boolean value)Sets the value of the showSheetTabs property.voidsetShowVerticalScroll(java.lang.Boolean value)Sets the value of the showVerticalScroll property.voidsetTabRatio(java.lang.Long value)Sets the value of the tabRatio property.voidsetVisibility(STVisibility value)Sets the value of the visibility property.voidsetWindowHeight(java.lang.Long value)Sets the value of the windowHeight property.voidsetWindowWidth(java.lang.Long value)Sets the value of the windowWidth property.voidsetXWindow(java.lang.Integer value)Sets the value of the xWindow property.voidsetYWindow(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
-
extLst
-
visibility
-
minimized
protected java.lang.Boolean minimized -
showHorizontalScroll
protected java.lang.Boolean showHorizontalScroll -
showVerticalScroll
protected java.lang.Boolean showVerticalScroll -
showSheetTabs
protected java.lang.Boolean showSheetTabs -
xWindow
protected java.lang.Integer xWindow -
yWindow
protected java.lang.Integer yWindow -
windowWidth
protected java.lang.Long windowWidth -
windowHeight
protected java.lang.Long windowHeight -
tabRatio
protected java.lang.Long tabRatio -
firstSheet
protected java.lang.Long firstSheet -
activeTab
protected java.lang.Long activeTab -
autoFilterDateGrouping
protected java.lang.Boolean autoFilterDateGrouping
-
-
Constructor Details
-
CTBookView
public CTBookView()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getVisibility
Gets the value of the visibility property.- Returns:
- possible object is
STVisibility
-
setVisibility
Sets the value of the visibility property.- Parameters:
value- allowed object isSTVisibility
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
getXWindow
public java.lang.Integer 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 isInteger
-
getYWindow
public java.lang.Integer 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 isInteger
-
getWindowWidth
public java.lang.Long getWindowWidth()Gets the value of the windowWidth property.- Returns:
- possible object is
Long
-
setWindowWidth
public void setWindowWidth(java.lang.Long value)Sets the value of the windowWidth property.- Parameters:
value- allowed object isLong
-
getWindowHeight
public java.lang.Long getWindowHeight()Gets the value of the windowHeight property.- Returns:
- possible object is
Long
-
setWindowHeight
public void setWindowHeight(java.lang.Long value)Sets the value of the windowHeight property.- Parameters:
value- allowed object isLong
-
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 isLong
-
getFirstSheet
public long getFirstSheet()Gets the value of the firstSheet property.- Returns:
- possible object is
Long
-
setFirstSheet
public void setFirstSheet(java.lang.Long value)Sets the value of the firstSheet property.- Parameters:
value- allowed object isLong
-
getActiveTab
public long getActiveTab()Gets the value of the activeTab property.- Returns:
- possible object is
Long
-
setActiveTab
public void setActiveTab(java.lang.Long value)Sets the value of the activeTab property.- Parameters:
value- allowed object isLong
-
isAutoFilterDateGrouping
public boolean isAutoFilterDateGrouping()Gets the value of the autoFilterDateGrouping property.- Returns:
- possible object is
Boolean
-
setAutoFilterDateGrouping
public void setAutoFilterDateGrouping(java.lang.Boolean value)Sets the value of the autoFilterDateGrouping property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.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.
-