public class CTBookView extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
activeTab |
protected Boolean |
autoFilterDateGrouping |
protected CTExtensionList |
extLst |
protected Long |
firstSheet |
protected Boolean |
minimized |
protected Boolean |
showHorizontalScroll |
protected Boolean |
showSheetTabs |
protected Boolean |
showVerticalScroll |
protected Long |
tabRatio |
protected STVisibility |
visibility |
protected Long |
windowHeight |
protected Long |
windowWidth |
protected Integer |
xWindow |
protected Integer |
yWindow |
| Constructor and Description |
|---|
CTBookView() |
| 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 |
getActiveTab()
Gets the value of the activeTab property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getFirstSheet()
Gets the value of the firstSheet property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getTabRatio()
Gets the value of the tabRatio property.
|
STVisibility |
getVisibility()
Gets the value of the visibility property.
|
Long |
getWindowHeight()
Gets the value of the windowHeight property.
|
Long |
getWindowWidth()
Gets the value of the windowWidth property.
|
Integer |
getXWindow()
Gets the value of the xWindow property.
|
Integer |
getYWindow()
Gets the value of the yWindow property.
|
boolean |
isAutoFilterDateGrouping()
Gets the value of the autoFilterDateGrouping property.
|
boolean |
isMinimized()
Gets the value of the minimized property.
|
boolean |
isShowHorizontalScroll()
Gets the value of the showHorizontalScroll property.
|
boolean |
isShowSheetTabs()
Gets the value of the showSheetTabs property.
|
boolean |
isShowVerticalScroll()
Gets the value of the showVerticalScroll property.
|
void |
setActiveTab(Long value)
Sets the value of the activeTab property.
|
void |
setAutoFilterDateGrouping(Boolean value)
Sets the value of the autoFilterDateGrouping property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFirstSheet(Long value)
Sets the value of the firstSheet property.
|
void |
setMinimized(Boolean value)
Sets the value of the minimized property.
|
void |
setParent(Object parent) |
void |
setShowHorizontalScroll(Boolean value)
Sets the value of the showHorizontalScroll property.
|
void |
setShowSheetTabs(Boolean value)
Sets the value of the showSheetTabs property.
|
void |
setShowVerticalScroll(Boolean value)
Sets the value of the showVerticalScroll property.
|
void |
setTabRatio(Long value)
Sets the value of the tabRatio property.
|
void |
setVisibility(STVisibility value)
Sets the value of the visibility 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 STVisibility visibility
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 firstSheet
protected Long activeTab
protected Boolean autoFilterDateGrouping
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic STVisibility getVisibility()
STVisibilitypublic void setVisibility(STVisibility value)
value - allowed object is
STVisibilitypublic 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 Integer getXWindow()
Integerpublic void setXWindow(Integer value)
value - allowed object is
Integerpublic Integer getYWindow()
Integerpublic void setYWindow(Integer value)
value - allowed object is
Integerpublic Long getWindowWidth()
Longpublic void setWindowWidth(Long value)
value - allowed object is
Longpublic Long getWindowHeight()
Longpublic void setWindowHeight(Long value)
value - allowed object is
Longpublic long getTabRatio()
Longpublic void setTabRatio(Long value)
value - allowed object is
Longpublic long getFirstSheet()
Longpublic void setFirstSheet(Long value)
value - allowed object is
Longpublic long getActiveTab()
Longpublic void setActiveTab(Long value)
value - allowed object is
Longpublic boolean isAutoFilterDateGrouping()
Booleanpublic void setAutoFilterDateGrouping(Boolean value)
value - allowed object is
Booleanpublic 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-2019. All Rights Reserved.