Interface CTBookView
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBookView extends XmlObject
An XML CT_BookView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTBookView.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementlonggetActiveTab()Gets the "activeTab" attributebooleangetAutoFilterDateGrouping()Gets the "autoFilterDateGrouping" attributeCTExtensionListgetExtLst()Gets the "extLst" elementlonggetFirstSheet()Gets the "firstSheet" attributebooleangetMinimized()Gets the "minimized" attributebooleangetShowHorizontalScroll()Gets the "showHorizontalScroll" attributebooleangetShowSheetTabs()Gets the "showSheetTabs" attributebooleangetShowVerticalScroll()Gets the "showVerticalScroll" attributelonggetTabRatio()Gets the "tabRatio" attributeSTVisibility.EnumgetVisibility()Gets the "visibility" attributelonggetWindowHeight()Gets the "windowHeight" attributelonggetWindowWidth()Gets the "windowWidth" attributeintgetXWindow()Gets the "xWindow" attributeintgetYWindow()Gets the "yWindow" attributebooleanisSetActiveTab()True if has "activeTab" attributebooleanisSetAutoFilterDateGrouping()True if has "autoFilterDateGrouping" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetFirstSheet()True if has "firstSheet" attributebooleanisSetMinimized()True if has "minimized" attributebooleanisSetShowHorizontalScroll()True if has "showHorizontalScroll" attributebooleanisSetShowSheetTabs()True if has "showSheetTabs" attributebooleanisSetShowVerticalScroll()True if has "showVerticalScroll" attributebooleanisSetTabRatio()True if has "tabRatio" attributebooleanisSetVisibility()True if has "visibility" attributebooleanisSetWindowHeight()True if has "windowHeight" attributebooleanisSetWindowWidth()True if has "windowWidth" attributebooleanisSetXWindow()True if has "xWindow" attributebooleanisSetYWindow()True if has "yWindow" attributevoidsetActiveTab(long activeTab)Sets the "activeTab" attributevoidsetAutoFilterDateGrouping(boolean autoFilterDateGrouping)Sets the "autoFilterDateGrouping" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFirstSheet(long firstSheet)Sets the "firstSheet" attributevoidsetMinimized(boolean minimized)Sets the "minimized" attributevoidsetShowHorizontalScroll(boolean showHorizontalScroll)Sets the "showHorizontalScroll" attributevoidsetShowSheetTabs(boolean showSheetTabs)Sets the "showSheetTabs" attributevoidsetShowVerticalScroll(boolean showVerticalScroll)Sets the "showVerticalScroll" attributevoidsetTabRatio(long tabRatio)Sets the "tabRatio" attributevoidsetVisibility(STVisibility.Enum visibility)Sets the "visibility" attributevoidsetWindowHeight(long windowHeight)Sets the "windowHeight" attributevoidsetWindowWidth(long windowWidth)Sets the "windowWidth" attributevoidsetXWindow(int xWindow)Sets the "xWindow" attributevoidsetYWindow(int yWindow)Sets the "yWindow" attributevoidunsetActiveTab()Unsets the "activeTab" attributevoidunsetAutoFilterDateGrouping()Unsets the "autoFilterDateGrouping" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetFirstSheet()Unsets the "firstSheet" attributevoidunsetMinimized()Unsets the "minimized" attributevoidunsetShowHorizontalScroll()Unsets the "showHorizontalScroll" attributevoidunsetShowSheetTabs()Unsets the "showSheetTabs" attributevoidunsetShowVerticalScroll()Unsets the "showVerticalScroll" attributevoidunsetTabRatio()Unsets the "tabRatio" attributevoidunsetVisibility()Unsets the "visibility" attributevoidunsetWindowHeight()Unsets the "windowHeight" attributevoidunsetWindowWidth()Unsets the "windowWidth" attributevoidunsetXWindow()Unsets the "xWindow" attributevoidunsetYWindow()Unsets the "yWindow" attributeXmlUnsignedIntxgetActiveTab()Gets (as xml) the "activeTab" attributeXmlBooleanxgetAutoFilterDateGrouping()Gets (as xml) the "autoFilterDateGrouping" attributeXmlUnsignedIntxgetFirstSheet()Gets (as xml) the "firstSheet" attributeXmlBooleanxgetMinimized()Gets (as xml) the "minimized" attributeXmlBooleanxgetShowHorizontalScroll()Gets (as xml) the "showHorizontalScroll" attributeXmlBooleanxgetShowSheetTabs()Gets (as xml) the "showSheetTabs" attributeXmlBooleanxgetShowVerticalScroll()Gets (as xml) the "showVerticalScroll" attributeXmlUnsignedIntxgetTabRatio()Gets (as xml) the "tabRatio" attributeSTVisibilityxgetVisibility()Gets (as xml) the "visibility" attributeXmlUnsignedIntxgetWindowHeight()Gets (as xml) the "windowHeight" attributeXmlUnsignedIntxgetWindowWidth()Gets (as xml) the "windowWidth" attributeXmlIntxgetXWindow()Gets (as xml) the "xWindow" attributeXmlIntxgetYWindow()Gets (as xml) the "yWindow" attributevoidxsetActiveTab(XmlUnsignedInt activeTab)Sets (as xml) the "activeTab" attributevoidxsetAutoFilterDateGrouping(XmlBoolean autoFilterDateGrouping)Sets (as xml) the "autoFilterDateGrouping" attributevoidxsetFirstSheet(XmlUnsignedInt firstSheet)Sets (as xml) the "firstSheet" attributevoidxsetMinimized(XmlBoolean minimized)Sets (as xml) the "minimized" attributevoidxsetShowHorizontalScroll(XmlBoolean showHorizontalScroll)Sets (as xml) the "showHorizontalScroll" attributevoidxsetShowSheetTabs(XmlBoolean showSheetTabs)Sets (as xml) the "showSheetTabs" attributevoidxsetShowVerticalScroll(XmlBoolean showVerticalScroll)Sets (as xml) the "showVerticalScroll" attributevoidxsetTabRatio(XmlUnsignedInt tabRatio)Sets (as xml) the "tabRatio" attributevoidxsetVisibility(STVisibility visibility)Sets (as xml) the "visibility" attributevoidxsetWindowHeight(XmlUnsignedInt windowHeight)Sets (as xml) the "windowHeight" attributevoidxsetWindowWidth(XmlUnsignedInt windowWidth)Sets (as xml) the "windowWidth" attributevoidxsetXWindow(XmlInt xWindow)Sets (as xml) the "xWindow" attributevoidxsetYWindow(XmlInt yWindow)Sets (as xml) the "yWindow" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getVisibility
STVisibility.Enum getVisibility()
Gets the "visibility" attribute
-
xgetVisibility
STVisibility xgetVisibility()
Gets (as xml) the "visibility" attribute
-
isSetVisibility
boolean isSetVisibility()
True if has "visibility" attribute
-
setVisibility
void setVisibility(STVisibility.Enum visibility)
Sets the "visibility" attribute
-
xsetVisibility
void xsetVisibility(STVisibility visibility)
Sets (as xml) the "visibility" attribute
-
unsetVisibility
void unsetVisibility()
Unsets the "visibility" attribute
-
getMinimized
boolean getMinimized()
Gets the "minimized" attribute
-
xgetMinimized
XmlBoolean xgetMinimized()
Gets (as xml) the "minimized" attribute
-
isSetMinimized
boolean isSetMinimized()
True if has "minimized" attribute
-
setMinimized
void setMinimized(boolean minimized)
Sets the "minimized" attribute
-
xsetMinimized
void xsetMinimized(XmlBoolean minimized)
Sets (as xml) the "minimized" attribute
-
unsetMinimized
void unsetMinimized()
Unsets the "minimized" attribute
-
getShowHorizontalScroll
boolean getShowHorizontalScroll()
Gets the "showHorizontalScroll" attribute
-
xgetShowHorizontalScroll
XmlBoolean xgetShowHorizontalScroll()
Gets (as xml) the "showHorizontalScroll" attribute
-
isSetShowHorizontalScroll
boolean isSetShowHorizontalScroll()
True if has "showHorizontalScroll" attribute
-
setShowHorizontalScroll
void setShowHorizontalScroll(boolean showHorizontalScroll)
Sets the "showHorizontalScroll" attribute
-
xsetShowHorizontalScroll
void xsetShowHorizontalScroll(XmlBoolean showHorizontalScroll)
Sets (as xml) the "showHorizontalScroll" attribute
-
unsetShowHorizontalScroll
void unsetShowHorizontalScroll()
Unsets the "showHorizontalScroll" attribute
-
getShowVerticalScroll
boolean getShowVerticalScroll()
Gets the "showVerticalScroll" attribute
-
xgetShowVerticalScroll
XmlBoolean xgetShowVerticalScroll()
Gets (as xml) the "showVerticalScroll" attribute
-
isSetShowVerticalScroll
boolean isSetShowVerticalScroll()
True if has "showVerticalScroll" attribute
-
setShowVerticalScroll
void setShowVerticalScroll(boolean showVerticalScroll)
Sets the "showVerticalScroll" attribute
-
xsetShowVerticalScroll
void xsetShowVerticalScroll(XmlBoolean showVerticalScroll)
Sets (as xml) the "showVerticalScroll" attribute
-
unsetShowVerticalScroll
void unsetShowVerticalScroll()
Unsets the "showVerticalScroll" attribute
-
getShowSheetTabs
boolean getShowSheetTabs()
Gets the "showSheetTabs" attribute
-
xgetShowSheetTabs
XmlBoolean xgetShowSheetTabs()
Gets (as xml) the "showSheetTabs" attribute
-
isSetShowSheetTabs
boolean isSetShowSheetTabs()
True if has "showSheetTabs" attribute
-
setShowSheetTabs
void setShowSheetTabs(boolean showSheetTabs)
Sets the "showSheetTabs" attribute
-
xsetShowSheetTabs
void xsetShowSheetTabs(XmlBoolean showSheetTabs)
Sets (as xml) the "showSheetTabs" attribute
-
unsetShowSheetTabs
void unsetShowSheetTabs()
Unsets the "showSheetTabs" attribute
-
getXWindow
int getXWindow()
Gets the "xWindow" attribute
-
xgetXWindow
XmlInt xgetXWindow()
Gets (as xml) the "xWindow" attribute
-
isSetXWindow
boolean isSetXWindow()
True if has "xWindow" attribute
-
setXWindow
void setXWindow(int xWindow)
Sets the "xWindow" attribute
-
xsetXWindow
void xsetXWindow(XmlInt xWindow)
Sets (as xml) the "xWindow" attribute
-
unsetXWindow
void unsetXWindow()
Unsets the "xWindow" attribute
-
getYWindow
int getYWindow()
Gets the "yWindow" attribute
-
xgetYWindow
XmlInt xgetYWindow()
Gets (as xml) the "yWindow" attribute
-
isSetYWindow
boolean isSetYWindow()
True if has "yWindow" attribute
-
setYWindow
void setYWindow(int yWindow)
Sets the "yWindow" attribute
-
xsetYWindow
void xsetYWindow(XmlInt yWindow)
Sets (as xml) the "yWindow" attribute
-
unsetYWindow
void unsetYWindow()
Unsets the "yWindow" attribute
-
getWindowWidth
long getWindowWidth()
Gets the "windowWidth" attribute
-
xgetWindowWidth
XmlUnsignedInt xgetWindowWidth()
Gets (as xml) the "windowWidth" attribute
-
isSetWindowWidth
boolean isSetWindowWidth()
True if has "windowWidth" attribute
-
setWindowWidth
void setWindowWidth(long windowWidth)
Sets the "windowWidth" attribute
-
xsetWindowWidth
void xsetWindowWidth(XmlUnsignedInt windowWidth)
Sets (as xml) the "windowWidth" attribute
-
unsetWindowWidth
void unsetWindowWidth()
Unsets the "windowWidth" attribute
-
getWindowHeight
long getWindowHeight()
Gets the "windowHeight" attribute
-
xgetWindowHeight
XmlUnsignedInt xgetWindowHeight()
Gets (as xml) the "windowHeight" attribute
-
isSetWindowHeight
boolean isSetWindowHeight()
True if has "windowHeight" attribute
-
setWindowHeight
void setWindowHeight(long windowHeight)
Sets the "windowHeight" attribute
-
xsetWindowHeight
void xsetWindowHeight(XmlUnsignedInt windowHeight)
Sets (as xml) the "windowHeight" attribute
-
unsetWindowHeight
void unsetWindowHeight()
Unsets the "windowHeight" attribute
-
getTabRatio
long getTabRatio()
Gets the "tabRatio" attribute
-
xgetTabRatio
XmlUnsignedInt xgetTabRatio()
Gets (as xml) the "tabRatio" attribute
-
isSetTabRatio
boolean isSetTabRatio()
True if has "tabRatio" attribute
-
setTabRatio
void setTabRatio(long tabRatio)
Sets the "tabRatio" attribute
-
xsetTabRatio
void xsetTabRatio(XmlUnsignedInt tabRatio)
Sets (as xml) the "tabRatio" attribute
-
unsetTabRatio
void unsetTabRatio()
Unsets the "tabRatio" attribute
-
getFirstSheet
long getFirstSheet()
Gets the "firstSheet" attribute
-
xgetFirstSheet
XmlUnsignedInt xgetFirstSheet()
Gets (as xml) the "firstSheet" attribute
-
isSetFirstSheet
boolean isSetFirstSheet()
True if has "firstSheet" attribute
-
setFirstSheet
void setFirstSheet(long firstSheet)
Sets the "firstSheet" attribute
-
xsetFirstSheet
void xsetFirstSheet(XmlUnsignedInt firstSheet)
Sets (as xml) the "firstSheet" attribute
-
unsetFirstSheet
void unsetFirstSheet()
Unsets the "firstSheet" attribute
-
getActiveTab
long getActiveTab()
Gets the "activeTab" attribute
-
xgetActiveTab
XmlUnsignedInt xgetActiveTab()
Gets (as xml) the "activeTab" attribute
-
isSetActiveTab
boolean isSetActiveTab()
True if has "activeTab" attribute
-
setActiveTab
void setActiveTab(long activeTab)
Sets the "activeTab" attribute
-
xsetActiveTab
void xsetActiveTab(XmlUnsignedInt activeTab)
Sets (as xml) the "activeTab" attribute
-
unsetActiveTab
void unsetActiveTab()
Unsets the "activeTab" attribute
-
getAutoFilterDateGrouping
boolean getAutoFilterDateGrouping()
Gets the "autoFilterDateGrouping" attribute
-
xgetAutoFilterDateGrouping
XmlBoolean xgetAutoFilterDateGrouping()
Gets (as xml) the "autoFilterDateGrouping" attribute
-
isSetAutoFilterDateGrouping
boolean isSetAutoFilterDateGrouping()
True if has "autoFilterDateGrouping" attribute
-
setAutoFilterDateGrouping
void setAutoFilterDateGrouping(boolean autoFilterDateGrouping)
Sets the "autoFilterDateGrouping" attribute
-
xsetAutoFilterDateGrouping
void xsetAutoFilterDateGrouping(XmlBoolean autoFilterDateGrouping)
Sets (as xml) the "autoFilterDateGrouping" attribute
-
unsetAutoFilterDateGrouping
void unsetAutoFilterDateGrouping()
Unsets the "autoFilterDateGrouping" attribute
-
-