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>
| Modifier and Type | Field and Description |
|---|---|
protected long |
activeSheetId |
protected Boolean |
autoUpdate |
protected Boolean |
changesSavedWin |
protected CTExtensionList |
extLst |
protected String |
guid |
protected Boolean |
includeHiddenRowCol |
protected Boolean |
includePrintSettings |
protected Boolean |
maximized |
protected Long |
mergeInterval |
protected Boolean |
minimized |
protected String |
name |
protected Boolean |
onlySync |
protected Boolean |
personalView |
protected STComments |
showComments |
protected Boolean |
showFormulaBar |
protected Boolean |
showHorizontalScroll |
protected STObjects |
showObjects |
protected Boolean |
showSheetTabs |
protected Boolean |
showStatusbar |
protected Boolean |
showVerticalScroll |
protected Long |
tabRatio |
protected long |
windowHeight |
protected long |
windowWidth |
protected Integer |
xWindow |
protected Integer |
yWindow |
| Constructor and Description |
|---|
CTCustomWorkbookView() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
String |
getGuid()
Gets the value of the guid property.
|
Long |
getMergeInterval()
Gets the value of the mergeInterval property.
|
String |
getName()
Gets the value of the name property.
|
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(Boolean value)
Sets the value of the autoUpdate property.
|
void |
setChangesSavedWin(Boolean value)
Sets the value of the changesSavedWin property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setIncludeHiddenRowCol(Boolean value)
Sets the value of the includeHiddenRowCol property.
|
void |
setIncludePrintSettings(Boolean value)
Sets the value of the includePrintSettings property.
|
void |
setMaximized(Boolean value)
Sets the value of the maximized property.
|
void |
setMergeInterval(Long value)
Sets the value of the mergeInterval property.
|
void |
setMinimized(Boolean value)
Sets the value of the minimized property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOnlySync(Boolean value)
Sets the value of the onlySync property.
|
void |
setParent(Object parent) |
void |
setPersonalView(Boolean value)
Sets the value of the personalView property.
|
void |
setShowComments(STComments value)
Sets the value of the showComments property.
|
void |
setShowFormulaBar(Boolean value)
Sets the value of the showFormulaBar property.
|
void |
setShowHorizontalScroll(Boolean value)
Sets the value of the showHorizontalScroll property.
|
void |
setShowObjects(STObjects value)
Sets the value of the showObjects property.
|
void |
setShowSheetTabs(Boolean value)
Sets the value of the showSheetTabs property.
|
void |
setShowStatusbar(Boolean value)
Sets the value of the showStatusbar property.
|
void |
setShowVerticalScroll(Boolean value)
Sets the value of the showVerticalScroll property.
|
void |
setTabRatio(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(Integer value)
Sets the value of the xWindow property.
|
void |
setYWindow(Integer value)
Sets the value of the yWindow property.
|
protected CTExtensionList extLst
protected String name
protected String guid
protected Boolean autoUpdate
protected Long mergeInterval
protected Boolean changesSavedWin
protected Boolean onlySync
protected Boolean personalView
protected Boolean includePrintSettings
protected Boolean includeHiddenRowCol
protected Boolean maximized
protected Boolean minimized
protected Boolean showHorizontalScroll
protected Boolean showVerticalScroll
protected Boolean showSheetTabs
protected Integer xWindow
protected Integer yWindow
protected long windowWidth
protected long windowHeight
protected Long tabRatio
protected long activeSheetId
protected Boolean showFormulaBar
protected Boolean showStatusbar
protected STComments showComments
protected STObjects showObjects
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getGuid()
Stringpublic void setGuid(String value)
value - allowed object is
Stringpublic boolean isAutoUpdate()
Booleanpublic void setAutoUpdate(Boolean value)
value - allowed object is
Booleanpublic Long getMergeInterval()
Longpublic void setMergeInterval(Long value)
value - allowed object is
Longpublic boolean isChangesSavedWin()
Booleanpublic void setChangesSavedWin(Boolean value)
value - allowed object is
Booleanpublic boolean isOnlySync()
Booleanpublic void setOnlySync(Boolean value)
value - allowed object is
Booleanpublic boolean isPersonalView()
Booleanpublic void setPersonalView(Boolean value)
value - allowed object is
Booleanpublic boolean isIncludePrintSettings()
Booleanpublic void setIncludePrintSettings(Boolean value)
value - allowed object is
Booleanpublic boolean isIncludeHiddenRowCol()
Booleanpublic void setIncludeHiddenRowCol(Boolean value)
value - allowed object is
Booleanpublic boolean isMaximized()
Booleanpublic void setMaximized(Boolean value)
value - allowed object is
Booleanpublic boolean isMinimized()
Booleanpublic void setMinimized(Boolean value)
value - allowed object is
Booleanpublic boolean isShowHorizontalScroll()
Booleanpublic void setShowHorizontalScroll(Boolean value)
value - allowed object is
Booleanpublic boolean isShowVerticalScroll()
Booleanpublic void setShowVerticalScroll(Boolean value)
value - allowed object is
Booleanpublic boolean isShowSheetTabs()
Booleanpublic void setShowSheetTabs(Boolean value)
value - allowed object is
Booleanpublic int getXWindow()
Integerpublic void setXWindow(Integer value)
value - allowed object is
Integerpublic int getYWindow()
Integerpublic void setYWindow(Integer value)
value - allowed object is
Integerpublic long getWindowWidth()
public void setWindowWidth(long value)
public long getWindowHeight()
public void setWindowHeight(long value)
public long getTabRatio()
Longpublic void setTabRatio(Long value)
value - allowed object is
Longpublic long getActiveSheetId()
public void setActiveSheetId(long value)
public boolean isShowFormulaBar()
Booleanpublic void setShowFormulaBar(Boolean value)
value - allowed object is
Booleanpublic boolean isShowStatusbar()
Booleanpublic void setShowStatusbar(Boolean value)
value - allowed object is
Booleanpublic STComments getShowComments()
STCommentspublic void setShowComments(STComments value)
value - allowed object is
STCommentspublic STObjects getShowObjects()
STObjectspublic void setShowObjects(STObjects value)
value - allowed object is
STObjectspublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.