Interface CTChartsheetView
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTChartsheetView extends XmlObject
An XML CT_ChartsheetView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTChartsheetView.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTExtensionList
getExtLst()
Gets the "extLst" elementboolean
getTabSelected()
Gets the "tabSelected" attributelong
getWorkbookViewId()
Gets the "workbookViewId" attributelong
getZoomScale()
Gets the "zoomScale" attributeboolean
getZoomToFit()
Gets the "zoomToFit" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetTabSelected()
True if has "tabSelected" attributeboolean
isSetZoomScale()
True if has "zoomScale" attributeboolean
isSetZoomToFit()
True if has "zoomToFit" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setTabSelected(boolean tabSelected)
Sets the "tabSelected" attributevoid
setWorkbookViewId(long workbookViewId)
Sets the "workbookViewId" attributevoid
setZoomScale(long zoomScale)
Sets the "zoomScale" attributevoid
setZoomToFit(boolean zoomToFit)
Sets the "zoomToFit" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetTabSelected()
Unsets the "tabSelected" attributevoid
unsetZoomScale()
Unsets the "zoomScale" attributevoid
unsetZoomToFit()
Unsets the "zoomToFit" attributeXmlBoolean
xgetTabSelected()
Gets (as xml) the "tabSelected" attributeXmlUnsignedInt
xgetWorkbookViewId()
Gets (as xml) the "workbookViewId" attributeXmlUnsignedInt
xgetZoomScale()
Gets (as xml) the "zoomScale" attributeXmlBoolean
xgetZoomToFit()
Gets (as xml) the "zoomToFit" attributevoid
xsetTabSelected(XmlBoolean tabSelected)
Sets (as xml) the "tabSelected" attributevoid
xsetWorkbookViewId(XmlUnsignedInt workbookViewId)
Sets (as xml) the "workbookViewId" attributevoid
xsetZoomScale(XmlUnsignedInt zoomScale)
Sets (as xml) the "zoomScale" attributevoid
xsetZoomToFit(XmlBoolean zoomToFit)
Sets (as xml) the "zoomToFit" 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
-
getTabSelected
boolean getTabSelected()
Gets the "tabSelected" attribute
-
xgetTabSelected
XmlBoolean xgetTabSelected()
Gets (as xml) the "tabSelected" attribute
-
isSetTabSelected
boolean isSetTabSelected()
True if has "tabSelected" attribute
-
setTabSelected
void setTabSelected(boolean tabSelected)
Sets the "tabSelected" attribute
-
xsetTabSelected
void xsetTabSelected(XmlBoolean tabSelected)
Sets (as xml) the "tabSelected" attribute
-
unsetTabSelected
void unsetTabSelected()
Unsets the "tabSelected" attribute
-
getZoomScale
long getZoomScale()
Gets the "zoomScale" attribute
-
xgetZoomScale
XmlUnsignedInt xgetZoomScale()
Gets (as xml) the "zoomScale" attribute
-
isSetZoomScale
boolean isSetZoomScale()
True if has "zoomScale" attribute
-
setZoomScale
void setZoomScale(long zoomScale)
Sets the "zoomScale" attribute
-
xsetZoomScale
void xsetZoomScale(XmlUnsignedInt zoomScale)
Sets (as xml) the "zoomScale" attribute
-
unsetZoomScale
void unsetZoomScale()
Unsets the "zoomScale" attribute
-
getWorkbookViewId
long getWorkbookViewId()
Gets the "workbookViewId" attribute
-
xgetWorkbookViewId
XmlUnsignedInt xgetWorkbookViewId()
Gets (as xml) the "workbookViewId" attribute
-
setWorkbookViewId
void setWorkbookViewId(long workbookViewId)
Sets the "workbookViewId" attribute
-
xsetWorkbookViewId
void xsetWorkbookViewId(XmlUnsignedInt workbookViewId)
Sets (as xml) the "workbookViewId" attribute
-
getZoomToFit
boolean getZoomToFit()
Gets the "zoomToFit" attribute
-
xgetZoomToFit
XmlBoolean xgetZoomToFit()
Gets (as xml) the "zoomToFit" attribute
-
isSetZoomToFit
boolean isSetZoomToFit()
True if has "zoomToFit" attribute
-
setZoomToFit
void setZoomToFit(boolean zoomToFit)
Sets the "zoomToFit" attribute
-
xsetZoomToFit
void xsetZoomToFit(XmlBoolean zoomToFit)
Sets (as xml) the "zoomToFit" attribute
-
unsetZoomToFit
void unsetZoomToFit()
Unsets the "zoomToFit" attribute
-
-