Interface CTChartsheetView
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ChartsheetView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTChartsheetView> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementGets the "extLst" elementbooleanGets the "tabSelected" attributelongGets the "workbookViewId" attributelongGets the "zoomScale" attributebooleanGets the "zoomToFit" attributebooleanTrue if has "extLst" elementbooleanTrue if has "tabSelected" attributebooleanTrue if has "zoomScale" attributebooleanTrue if has "zoomToFit" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetTabSelected(boolean tabSelected) Sets the "tabSelected" attributevoidsetWorkbookViewId(long workbookViewId) Sets the "workbookViewId" attributevoidsetZoomScale(long zoomScale) Sets the "zoomScale" attributevoidsetZoomToFit(boolean zoomToFit) Sets the "zoomToFit" attributevoidUnsets the "extLst" elementvoidUnsets the "tabSelected" attributevoidUnsets the "zoomScale" attributevoidUnsets the "zoomToFit" attributeGets (as xml) the "tabSelected" attributeGets (as xml) the "workbookViewId" attributeGets (as xml) the "zoomScale" attributeGets (as xml) the "zoomToFit" attributevoidxsetTabSelected(XmlBoolean tabSelected) Sets (as xml) the "tabSelected" attributevoidxsetWorkbookViewId(XmlUnsignedInt workbookViewId) Sets (as xml) the "workbookViewId" attributevoidxsetZoomScale(XmlUnsignedInt zoomScale) Sets (as xml) the "zoomScale" attributevoidxsetZoomToFit(XmlBoolean zoomToFit) Sets (as xml) the "zoomToFit" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
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
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
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
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
Sets (as xml) the "zoomToFit" attribute -
unsetZoomToFit
void unsetZoomToFit()Unsets the "zoomToFit" attribute
-