Package org.xlsx4j.sml
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 longactiveSheetIdprotected java.lang.BooleanautoUpdateprotected java.lang.BooleanchangesSavedWinprotected CTExtensionListextLstprotected java.lang.Stringguidprotected java.lang.BooleanincludeHiddenRowColprotected java.lang.BooleanincludePrintSettingsprotected java.lang.Booleanmaximizedprotected java.lang.LongmergeIntervalprotected java.lang.Booleanminimizedprotected java.lang.Stringnameprotected java.lang.BooleanonlySyncprotected java.lang.BooleanpersonalViewprotected STCommentsshowCommentsprotected java.lang.BooleanshowFormulaBarprotected java.lang.BooleanshowHorizontalScrollprotected STObjectsshowObjectsprotected java.lang.BooleanshowSheetTabsprotected java.lang.BooleanshowStatusbarprotected java.lang.BooleanshowVerticalScrollprotected java.lang.LongtabRatioprotected longwindowHeightprotected longwindowWidthprotected java.lang.IntegerxWindowprotected java.lang.IntegeryWindow -
Constructor Summary
Constructors Constructor Description CTCustomWorkbookView() -
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.longgetActiveSheetId()Gets the value of the activeSheetId property.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.StringgetGuid()Gets the value of the guid property.java.lang.LonggetMergeInterval()Gets the value of the mergeInterval property.java.lang.StringgetName()Gets the value of the name property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STCommentsgetShowComments()Gets the value of the showComments property.STObjectsgetShowObjects()Gets the value of the showObjects property.longgetTabRatio()Gets the value of the tabRatio property.longgetWindowHeight()Gets the value of the windowHeight property.longgetWindowWidth()Gets the value of the windowWidth property.intgetXWindow()Gets the value of the xWindow property.intgetYWindow()Gets the value of the yWindow property.booleanisAutoUpdate()Gets the value of the autoUpdate property.booleanisChangesSavedWin()Gets the value of the changesSavedWin property.booleanisIncludeHiddenRowCol()Gets the value of the includeHiddenRowCol property.booleanisIncludePrintSettings()Gets the value of the includePrintSettings property.booleanisMaximized()Gets the value of the maximized property.booleanisMinimized()Gets the value of the minimized property.booleanisOnlySync()Gets the value of the onlySync property.booleanisPersonalView()Gets the value of the personalView property.booleanisShowFormulaBar()Gets the value of the showFormulaBar property.booleanisShowHorizontalScroll()Gets the value of the showHorizontalScroll property.booleanisShowSheetTabs()Gets the value of the showSheetTabs property.booleanisShowStatusbar()Gets the value of the showStatusbar property.booleanisShowVerticalScroll()Gets the value of the showVerticalScroll property.voidsetActiveSheetId(long value)Sets the value of the activeSheetId property.voidsetAutoUpdate(java.lang.Boolean value)Sets the value of the autoUpdate property.voidsetChangesSavedWin(java.lang.Boolean value)Sets the value of the changesSavedWin property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetGuid(java.lang.String value)Sets the value of the guid property.voidsetIncludeHiddenRowCol(java.lang.Boolean value)Sets the value of the includeHiddenRowCol property.voidsetIncludePrintSettings(java.lang.Boolean value)Sets the value of the includePrintSettings property.voidsetMaximized(java.lang.Boolean value)Sets the value of the maximized property.voidsetMergeInterval(java.lang.Long value)Sets the value of the mergeInterval property.voidsetMinimized(java.lang.Boolean value)Sets the value of the minimized property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOnlySync(java.lang.Boolean value)Sets the value of the onlySync property.voidsetParent(java.lang.Object parent)voidsetPersonalView(java.lang.Boolean value)Sets the value of the personalView property.voidsetShowComments(STComments value)Sets the value of the showComments property.voidsetShowFormulaBar(java.lang.Boolean value)Sets the value of the showFormulaBar property.voidsetShowHorizontalScroll(java.lang.Boolean value)Sets the value of the showHorizontalScroll property.voidsetShowObjects(STObjects value)Sets the value of the showObjects property.voidsetShowSheetTabs(java.lang.Boolean value)Sets the value of the showSheetTabs property.voidsetShowStatusbar(java.lang.Boolean value)Sets the value of the showStatusbar 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.voidsetWindowHeight(long value)Sets the value of the windowHeight property.voidsetWindowWidth(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
-
name
protected java.lang.String name -
guid
protected java.lang.String guid -
autoUpdate
protected java.lang.Boolean autoUpdate -
mergeInterval
protected java.lang.Long mergeInterval -
changesSavedWin
protected java.lang.Boolean changesSavedWin -
onlySync
protected java.lang.Boolean onlySync -
personalView
protected java.lang.Boolean personalView -
includePrintSettings
protected java.lang.Boolean includePrintSettings -
includeHiddenRowCol
protected java.lang.Boolean includeHiddenRowCol -
maximized
protected java.lang.Boolean maximized -
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 long windowWidth -
windowHeight
protected long windowHeight -
tabRatio
protected java.lang.Long tabRatio -
activeSheetId
protected long activeSheetId -
showFormulaBar
protected java.lang.Boolean showFormulaBar -
showStatusbar
protected java.lang.Boolean showStatusbar -
showComments
-
showObjects
-
-
Constructor Details
-
CTCustomWorkbookView
public CTCustomWorkbookView()
-
-
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
-
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 isString
-
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 isString
-
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 isBoolean
-
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 isLong
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 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 isInteger
-
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 isInteger
-
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 isLong
-
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 isBoolean
-
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 isBoolean
-
getShowComments
Gets the value of the showComments property.- Returns:
- possible object is
STComments
-
setShowComments
Sets the value of the showComments property.- Parameters:
value- allowed object isSTComments
-
getShowObjects
Gets the value of the showObjects property.- Returns:
- possible object is
STObjects
-
setShowObjects
Sets the value of the showObjects property.- Parameters:
value- allowed object isSTObjects
-
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.
-