Package org.xlsx4j.sml
Class CTCustomWorkbookView
java.lang.Object
org.xlsx4j.sml.CTCustomWorkbookView
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected longprotected Booleanprotected Booleanprotected CTExtensionListprotected Stringprotected Booleanprotected Booleanprotected Booleanprotected Longprotected Booleanprotected Stringprotected Booleanprotected Booleanprotected STCommentsprotected Booleanprotected Booleanprotected STObjectsprotected Booleanprotected Booleanprotected Booleanprotected Longprotected longprotected longprotected Integerprotected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longGets the value of the activeSheetId property.Gets the value of the extLst property.getGuid()Gets the value of the guid property.Gets the value of the mergeInterval property.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the showComments property.Gets the value of the showObjects property.longGets the value of the tabRatio property.longGets the value of the windowHeight property.longGets the value of the windowWidth property.intGets the value of the xWindow property.intGets the value of the yWindow property.booleanGets the value of the autoUpdate property.booleanGets the value of the changesSavedWin property.booleanGets the value of the includeHiddenRowCol property.booleanGets the value of the includePrintSettings property.booleanGets the value of the maximized property.booleanGets the value of the minimized property.booleanGets the value of the onlySync property.booleanGets the value of the personalView property.booleanGets the value of the showFormulaBar property.booleanGets the value of the showHorizontalScroll property.booleanGets the value of the showSheetTabs property.booleanGets the value of the showStatusbar property.booleanGets the value of the showVerticalScroll property.voidsetActiveSheetId(long value) Sets the value of the activeSheetId property.voidsetAutoUpdate(Boolean value) Sets the value of the autoUpdate property.voidsetChangesSavedWin(Boolean value) Sets the value of the changesSavedWin property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidSets the value of the guid property.voidsetIncludeHiddenRowCol(Boolean value) Sets the value of the includeHiddenRowCol property.voidsetIncludePrintSettings(Boolean value) Sets the value of the includePrintSettings property.voidsetMaximized(Boolean value) Sets the value of the maximized property.voidsetMergeInterval(Long value) Sets the value of the mergeInterval property.voidsetMinimized(Boolean value) Sets the value of the minimized property.voidSets the value of the name property.voidsetOnlySync(Boolean value) Sets the value of the onlySync property.voidvoidsetPersonalView(Boolean value) Sets the value of the personalView property.voidsetShowComments(STComments value) Sets the value of the showComments property.voidsetShowFormulaBar(Boolean value) Sets the value of the showFormulaBar property.voidsetShowHorizontalScroll(Boolean value) Sets the value of the showHorizontalScroll property.voidsetShowObjects(STObjects value) Sets the value of the showObjects property.voidsetShowSheetTabs(Boolean value) Sets the value of the showSheetTabs property.voidsetShowStatusbar(Boolean value) Sets the value of the showStatusbar property.voidsetShowVerticalScroll(Boolean value) Sets the value of the showVerticalScroll property.voidsetTabRatio(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(Integer value) Sets the value of the xWindow property.voidsetYWindow(Integer value) Sets the value of the yWindow property.
-
Field Details
-
extLst
-
name
-
guid
-
autoUpdate
-
mergeInterval
-
changesSavedWin
-
onlySync
-
personalView
-
includePrintSettings
-
includeHiddenRowCol
-
maximized
-
minimized
-
showHorizontalScroll
-
showVerticalScroll
-
showSheetTabs
-
xWindow
-
yWindow
-
windowWidth
protected long windowWidth -
windowHeight
protected long windowHeight -
tabRatio
-
activeSheetId
protected long activeSheetId -
showFormulaBar
-
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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getGuid
Gets the value of the guid property.- Returns:
- possible object is
String
-
setGuid
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
Sets the value of the autoUpdate property.- Parameters:
value- allowed object isBoolean
-
getMergeInterval
Gets the value of the mergeInterval property.- Returns:
- possible object is
Long
-
setMergeInterval
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-