public interface CTChartsheetView extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
CTChartsheetView.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
CTExtensionList |
addNewExtLst()
Appends and returns a new empty "extLst" element
|
CTExtensionList |
getExtLst()
Gets the "extLst" element
|
boolean |
getTabSelected()
Gets the "tabSelected" attribute
|
long |
getWorkbookViewId()
Gets the "workbookViewId" attribute
|
long |
getZoomScale()
Gets the "zoomScale" attribute
|
boolean |
getZoomToFit()
Gets the "zoomToFit" attribute
|
boolean |
isSetExtLst()
True if has "extLst" element
|
boolean |
isSetTabSelected()
True if has "tabSelected" attribute
|
boolean |
isSetZoomScale()
True if has "zoomScale" attribute
|
boolean |
isSetZoomToFit()
True if has "zoomToFit" attribute
|
void |
setExtLst(CTExtensionList extLst)
Sets the "extLst" element
|
void |
setTabSelected(boolean tabSelected)
Sets the "tabSelected" attribute
|
void |
setWorkbookViewId(long workbookViewId)
Sets the "workbookViewId" attribute
|
void |
setZoomScale(long zoomScale)
Sets the "zoomScale" attribute
|
void |
setZoomToFit(boolean zoomToFit)
Sets the "zoomToFit" attribute
|
void |
unsetExtLst()
Unsets the "extLst" element
|
void |
unsetTabSelected()
Unsets the "tabSelected" attribute
|
void |
unsetZoomScale()
Unsets the "zoomScale" attribute
|
void |
unsetZoomToFit()
Unsets the "zoomToFit" attribute
|
XmlBoolean |
xgetTabSelected()
Gets (as xml) the "tabSelected" attribute
|
XmlUnsignedInt |
xgetWorkbookViewId()
Gets (as xml) the "workbookViewId" attribute
|
XmlUnsignedInt |
xgetZoomScale()
Gets (as xml) the "zoomScale" attribute
|
XmlBoolean |
xgetZoomToFit()
Gets (as xml) the "zoomToFit" attribute
|
void |
xsetTabSelected(XmlBoolean tabSelected)
Sets (as xml) the "tabSelected" attribute
|
void |
xsetWorkbookViewId(XmlUnsignedInt workbookViewId)
Sets (as xml) the "workbookViewId" attribute
|
void |
xsetZoomScale(XmlUnsignedInt zoomScale)
Sets (as xml) the "zoomScale" attribute
|
void |
xsetZoomToFit(XmlBoolean zoomToFit)
Sets (as xml) the "zoomToFit" attribute
|
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
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
static final SchemaType type
CTExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTExtensionList extLst)
CTExtensionList addNewExtLst()
void unsetExtLst()
boolean getTabSelected()
XmlBoolean xgetTabSelected()
boolean isSetTabSelected()
void setTabSelected(boolean tabSelected)
void xsetTabSelected(XmlBoolean tabSelected)
void unsetTabSelected()
long getZoomScale()
XmlUnsignedInt xgetZoomScale()
boolean isSetZoomScale()
void setZoomScale(long zoomScale)
void xsetZoomScale(XmlUnsignedInt zoomScale)
void unsetZoomScale()
long getWorkbookViewId()
XmlUnsignedInt xgetWorkbookViewId()
void setWorkbookViewId(long workbookViewId)
void xsetWorkbookViewId(XmlUnsignedInt workbookViewId)
boolean getZoomToFit()
XmlBoolean xgetZoomToFit()
boolean isSetZoomToFit()
void setZoomToFit(boolean zoomToFit)
void xsetZoomToFit(XmlBoolean zoomToFit)
void unsetZoomToFit()
Copyright © 2010 - 2019 Adobe. All Rights Reserved