Interface CTSheetView
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSheetView extends XmlObject
An XML CT_SheetView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSheetView.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 Deprecated Methods Modifier and Type Method Description CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTPaneaddNewPane()Appends and returns a new empty "pane" elementCTPivotSelectionaddNewPivotSelection()Appends and returns a new empty value (as xml) as the last "pivotSelection" elementCTSelectionaddNewSelection()Appends and returns a new empty value (as xml) as the last "selection" elementlonggetColorId()Gets the "colorId" attributebooleangetDefaultGridColor()Gets the "defaultGridColor" attributeCTExtensionListgetExtLst()Gets the "extLst" elementCTPanegetPane()Gets the "pane" elementCTPivotSelection[]getPivotSelectionArray()Deprecated.CTPivotSelectiongetPivotSelectionArray(int i)Gets ith "pivotSelection" elementjava.util.List<CTPivotSelection>getPivotSelectionList()Gets a List of "pivotSelection" elementsbooleangetRightToLeft()Gets the "rightToLeft" attributeCTSelection[]getSelectionArray()Deprecated.CTSelectiongetSelectionArray(int i)Gets ith "selection" elementjava.util.List<CTSelection>getSelectionList()Gets a List of "selection" elementsbooleangetShowFormulas()Gets the "showFormulas" attributebooleangetShowGridLines()Gets the "showGridLines" attributebooleangetShowOutlineSymbols()Gets the "showOutlineSymbols" attributebooleangetShowRowColHeaders()Gets the "showRowColHeaders" attributebooleangetShowRuler()Gets the "showRuler" attributebooleangetShowWhiteSpace()Gets the "showWhiteSpace" attributebooleangetShowZeros()Gets the "showZeros" attributebooleangetTabSelected()Gets the "tabSelected" attributejava.lang.StringgetTopLeftCell()Gets the "topLeftCell" attributeSTSheetViewType.EnumgetView()Gets the "view" attributebooleangetWindowProtection()Gets the "windowProtection" attributelonggetWorkbookViewId()Gets the "workbookViewId" attributelonggetZoomScale()Gets the "zoomScale" attributelonggetZoomScaleNormal()Gets the "zoomScaleNormal" attributelonggetZoomScalePageLayoutView()Gets the "zoomScalePageLayoutView" attributelonggetZoomScaleSheetLayoutView()Gets the "zoomScaleSheetLayoutView" attributeCTPivotSelectioninsertNewPivotSelection(int i)Inserts and returns a new empty value (as xml) as the ith "pivotSelection" elementCTSelectioninsertNewSelection(int i)Inserts and returns a new empty value (as xml) as the ith "selection" elementbooleanisSetColorId()True if has "colorId" attributebooleanisSetDefaultGridColor()True if has "defaultGridColor" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetPane()True if has "pane" elementbooleanisSetRightToLeft()True if has "rightToLeft" attributebooleanisSetShowFormulas()True if has "showFormulas" attributebooleanisSetShowGridLines()True if has "showGridLines" attributebooleanisSetShowOutlineSymbols()True if has "showOutlineSymbols" attributebooleanisSetShowRowColHeaders()True if has "showRowColHeaders" attributebooleanisSetShowRuler()True if has "showRuler" attributebooleanisSetShowWhiteSpace()True if has "showWhiteSpace" attributebooleanisSetShowZeros()True if has "showZeros" attributebooleanisSetTabSelected()True if has "tabSelected" attributebooleanisSetTopLeftCell()True if has "topLeftCell" attributebooleanisSetView()True if has "view" attributebooleanisSetWindowProtection()True if has "windowProtection" attributebooleanisSetZoomScale()True if has "zoomScale" attributebooleanisSetZoomScaleNormal()True if has "zoomScaleNormal" attributebooleanisSetZoomScalePageLayoutView()True if has "zoomScalePageLayoutView" attributebooleanisSetZoomScaleSheetLayoutView()True if has "zoomScaleSheetLayoutView" attributevoidremovePivotSelection(int i)Removes the ith "pivotSelection" elementvoidremoveSelection(int i)Removes the ith "selection" elementvoidsetColorId(long colorId)Sets the "colorId" attributevoidsetDefaultGridColor(boolean defaultGridColor)Sets the "defaultGridColor" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetPane(CTPane pane)Sets the "pane" elementvoidsetPivotSelectionArray(int i, CTPivotSelection pivotSelection)Sets ith "pivotSelection" elementvoidsetPivotSelectionArray(CTPivotSelection[] pivotSelectionArray)Sets array of all "pivotSelection" elementvoidsetRightToLeft(boolean rightToLeft)Sets the "rightToLeft" attributevoidsetSelectionArray(int i, CTSelection selection)Sets ith "selection" elementvoidsetSelectionArray(CTSelection[] selectionArray)Sets array of all "selection" elementvoidsetShowFormulas(boolean showFormulas)Sets the "showFormulas" attributevoidsetShowGridLines(boolean showGridLines)Sets the "showGridLines" attributevoidsetShowOutlineSymbols(boolean showOutlineSymbols)Sets the "showOutlineSymbols" attributevoidsetShowRowColHeaders(boolean showRowColHeaders)Sets the "showRowColHeaders" attributevoidsetShowRuler(boolean showRuler)Sets the "showRuler" attributevoidsetShowWhiteSpace(boolean showWhiteSpace)Sets the "showWhiteSpace" attributevoidsetShowZeros(boolean showZeros)Sets the "showZeros" attributevoidsetTabSelected(boolean tabSelected)Sets the "tabSelected" attributevoidsetTopLeftCell(java.lang.String topLeftCell)Sets the "topLeftCell" attributevoidsetView(STSheetViewType.Enum view)Sets the "view" attributevoidsetWindowProtection(boolean windowProtection)Sets the "windowProtection" attributevoidsetWorkbookViewId(long workbookViewId)Sets the "workbookViewId" attributevoidsetZoomScale(long zoomScale)Sets the "zoomScale" attributevoidsetZoomScaleNormal(long zoomScaleNormal)Sets the "zoomScaleNormal" attributevoidsetZoomScalePageLayoutView(long zoomScalePageLayoutView)Sets the "zoomScalePageLayoutView" attributevoidsetZoomScaleSheetLayoutView(long zoomScaleSheetLayoutView)Sets the "zoomScaleSheetLayoutView" attributeintsizeOfPivotSelectionArray()Returns number of "pivotSelection" elementintsizeOfSelectionArray()Returns number of "selection" elementvoidunsetColorId()Unsets the "colorId" attributevoidunsetDefaultGridColor()Unsets the "defaultGridColor" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetPane()Unsets the "pane" elementvoidunsetRightToLeft()Unsets the "rightToLeft" attributevoidunsetShowFormulas()Unsets the "showFormulas" attributevoidunsetShowGridLines()Unsets the "showGridLines" attributevoidunsetShowOutlineSymbols()Unsets the "showOutlineSymbols" attributevoidunsetShowRowColHeaders()Unsets the "showRowColHeaders" attributevoidunsetShowRuler()Unsets the "showRuler" attributevoidunsetShowWhiteSpace()Unsets the "showWhiteSpace" attributevoidunsetShowZeros()Unsets the "showZeros" attributevoidunsetTabSelected()Unsets the "tabSelected" attributevoidunsetTopLeftCell()Unsets the "topLeftCell" attributevoidunsetView()Unsets the "view" attributevoidunsetWindowProtection()Unsets the "windowProtection" attributevoidunsetZoomScale()Unsets the "zoomScale" attributevoidunsetZoomScaleNormal()Unsets the "zoomScaleNormal" attributevoidunsetZoomScalePageLayoutView()Unsets the "zoomScalePageLayoutView" attributevoidunsetZoomScaleSheetLayoutView()Unsets the "zoomScaleSheetLayoutView" attributeXmlUnsignedIntxgetColorId()Gets (as xml) the "colorId" attributeXmlBooleanxgetDefaultGridColor()Gets (as xml) the "defaultGridColor" attributeXmlBooleanxgetRightToLeft()Gets (as xml) the "rightToLeft" attributeXmlBooleanxgetShowFormulas()Gets (as xml) the "showFormulas" attributeXmlBooleanxgetShowGridLines()Gets (as xml) the "showGridLines" attributeXmlBooleanxgetShowOutlineSymbols()Gets (as xml) the "showOutlineSymbols" attributeXmlBooleanxgetShowRowColHeaders()Gets (as xml) the "showRowColHeaders" attributeXmlBooleanxgetShowRuler()Gets (as xml) the "showRuler" attributeXmlBooleanxgetShowWhiteSpace()Gets (as xml) the "showWhiteSpace" attributeXmlBooleanxgetShowZeros()Gets (as xml) the "showZeros" attributeXmlBooleanxgetTabSelected()Gets (as xml) the "tabSelected" attributeSTCellRefxgetTopLeftCell()Gets (as xml) the "topLeftCell" attributeSTSheetViewTypexgetView()Gets (as xml) the "view" attributeXmlBooleanxgetWindowProtection()Gets (as xml) the "windowProtection" attributeXmlUnsignedIntxgetWorkbookViewId()Gets (as xml) the "workbookViewId" attributeXmlUnsignedIntxgetZoomScale()Gets (as xml) the "zoomScale" attributeXmlUnsignedIntxgetZoomScaleNormal()Gets (as xml) the "zoomScaleNormal" attributeXmlUnsignedIntxgetZoomScalePageLayoutView()Gets (as xml) the "zoomScalePageLayoutView" attributeXmlUnsignedIntxgetZoomScaleSheetLayoutView()Gets (as xml) the "zoomScaleSheetLayoutView" attributevoidxsetColorId(XmlUnsignedInt colorId)Sets (as xml) the "colorId" attributevoidxsetDefaultGridColor(XmlBoolean defaultGridColor)Sets (as xml) the "defaultGridColor" attributevoidxsetRightToLeft(XmlBoolean rightToLeft)Sets (as xml) the "rightToLeft" attributevoidxsetShowFormulas(XmlBoolean showFormulas)Sets (as xml) the "showFormulas" attributevoidxsetShowGridLines(XmlBoolean showGridLines)Sets (as xml) the "showGridLines" attributevoidxsetShowOutlineSymbols(XmlBoolean showOutlineSymbols)Sets (as xml) the "showOutlineSymbols" attributevoidxsetShowRowColHeaders(XmlBoolean showRowColHeaders)Sets (as xml) the "showRowColHeaders" attributevoidxsetShowRuler(XmlBoolean showRuler)Sets (as xml) the "showRuler" attributevoidxsetShowWhiteSpace(XmlBoolean showWhiteSpace)Sets (as xml) the "showWhiteSpace" attributevoidxsetShowZeros(XmlBoolean showZeros)Sets (as xml) the "showZeros" attributevoidxsetTabSelected(XmlBoolean tabSelected)Sets (as xml) the "tabSelected" attributevoidxsetTopLeftCell(STCellRef topLeftCell)Sets (as xml) the "topLeftCell" attributevoidxsetView(STSheetViewType view)Sets (as xml) the "view" attributevoidxsetWindowProtection(XmlBoolean windowProtection)Sets (as xml) the "windowProtection" attributevoidxsetWorkbookViewId(XmlUnsignedInt workbookViewId)Sets (as xml) the "workbookViewId" attributevoidxsetZoomScale(XmlUnsignedInt zoomScale)Sets (as xml) the "zoomScale" attributevoidxsetZoomScaleNormal(XmlUnsignedInt zoomScaleNormal)Sets (as xml) the "zoomScaleNormal" attributevoidxsetZoomScalePageLayoutView(XmlUnsignedInt zoomScalePageLayoutView)Sets (as xml) the "zoomScalePageLayoutView" attributevoidxsetZoomScaleSheetLayoutView(XmlUnsignedInt zoomScaleSheetLayoutView)Sets (as xml) the "zoomScaleSheetLayoutView" 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
-
getPane
CTPane getPane()
Gets the "pane" element
-
isSetPane
boolean isSetPane()
True if has "pane" element
-
setPane
void setPane(CTPane pane)
Sets the "pane" element
-
addNewPane
CTPane addNewPane()
Appends and returns a new empty "pane" element
-
unsetPane
void unsetPane()
Unsets the "pane" element
-
getSelectionList
java.util.List<CTSelection> getSelectionList()
Gets a List of "selection" elements
-
getSelectionArray
@Deprecated CTSelection[] getSelectionArray()
Deprecated.Gets array of all "selection" elements
-
getSelectionArray
CTSelection getSelectionArray(int i)
Gets ith "selection" element
-
sizeOfSelectionArray
int sizeOfSelectionArray()
Returns number of "selection" element
-
setSelectionArray
void setSelectionArray(CTSelection[] selectionArray)
Sets array of all "selection" element
-
setSelectionArray
void setSelectionArray(int i, CTSelection selection)Sets ith "selection" element
-
insertNewSelection
CTSelection insertNewSelection(int i)
Inserts and returns a new empty value (as xml) as the ith "selection" element
-
addNewSelection
CTSelection addNewSelection()
Appends and returns a new empty value (as xml) as the last "selection" element
-
removeSelection
void removeSelection(int i)
Removes the ith "selection" element
-
getPivotSelectionList
java.util.List<CTPivotSelection> getPivotSelectionList()
Gets a List of "pivotSelection" elements
-
getPivotSelectionArray
@Deprecated CTPivotSelection[] getPivotSelectionArray()
Deprecated.Gets array of all "pivotSelection" elements
-
getPivotSelectionArray
CTPivotSelection getPivotSelectionArray(int i)
Gets ith "pivotSelection" element
-
sizeOfPivotSelectionArray
int sizeOfPivotSelectionArray()
Returns number of "pivotSelection" element
-
setPivotSelectionArray
void setPivotSelectionArray(CTPivotSelection[] pivotSelectionArray)
Sets array of all "pivotSelection" element
-
setPivotSelectionArray
void setPivotSelectionArray(int i, CTPivotSelection pivotSelection)Sets ith "pivotSelection" element
-
insertNewPivotSelection
CTPivotSelection insertNewPivotSelection(int i)
Inserts and returns a new empty value (as xml) as the ith "pivotSelection" element
-
addNewPivotSelection
CTPivotSelection addNewPivotSelection()
Appends and returns a new empty value (as xml) as the last "pivotSelection" element
-
removePivotSelection
void removePivotSelection(int i)
Removes the ith "pivotSelection" element
-
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
-
getWindowProtection
boolean getWindowProtection()
Gets the "windowProtection" attribute
-
xgetWindowProtection
XmlBoolean xgetWindowProtection()
Gets (as xml) the "windowProtection" attribute
-
isSetWindowProtection
boolean isSetWindowProtection()
True if has "windowProtection" attribute
-
setWindowProtection
void setWindowProtection(boolean windowProtection)
Sets the "windowProtection" attribute
-
xsetWindowProtection
void xsetWindowProtection(XmlBoolean windowProtection)
Sets (as xml) the "windowProtection" attribute
-
unsetWindowProtection
void unsetWindowProtection()
Unsets the "windowProtection" attribute
-
getShowFormulas
boolean getShowFormulas()
Gets the "showFormulas" attribute
-
xgetShowFormulas
XmlBoolean xgetShowFormulas()
Gets (as xml) the "showFormulas" attribute
-
isSetShowFormulas
boolean isSetShowFormulas()
True if has "showFormulas" attribute
-
setShowFormulas
void setShowFormulas(boolean showFormulas)
Sets the "showFormulas" attribute
-
xsetShowFormulas
void xsetShowFormulas(XmlBoolean showFormulas)
Sets (as xml) the "showFormulas" attribute
-
unsetShowFormulas
void unsetShowFormulas()
Unsets the "showFormulas" attribute
-
getShowGridLines
boolean getShowGridLines()
Gets the "showGridLines" attribute
-
xgetShowGridLines
XmlBoolean xgetShowGridLines()
Gets (as xml) the "showGridLines" attribute
-
isSetShowGridLines
boolean isSetShowGridLines()
True if has "showGridLines" attribute
-
setShowGridLines
void setShowGridLines(boolean showGridLines)
Sets the "showGridLines" attribute
-
xsetShowGridLines
void xsetShowGridLines(XmlBoolean showGridLines)
Sets (as xml) the "showGridLines" attribute
-
unsetShowGridLines
void unsetShowGridLines()
Unsets the "showGridLines" attribute
-
getShowRowColHeaders
boolean getShowRowColHeaders()
Gets the "showRowColHeaders" attribute
-
xgetShowRowColHeaders
XmlBoolean xgetShowRowColHeaders()
Gets (as xml) the "showRowColHeaders" attribute
-
isSetShowRowColHeaders
boolean isSetShowRowColHeaders()
True if has "showRowColHeaders" attribute
-
setShowRowColHeaders
void setShowRowColHeaders(boolean showRowColHeaders)
Sets the "showRowColHeaders" attribute
-
xsetShowRowColHeaders
void xsetShowRowColHeaders(XmlBoolean showRowColHeaders)
Sets (as xml) the "showRowColHeaders" attribute
-
unsetShowRowColHeaders
void unsetShowRowColHeaders()
Unsets the "showRowColHeaders" attribute
-
getShowZeros
boolean getShowZeros()
Gets the "showZeros" attribute
-
xgetShowZeros
XmlBoolean xgetShowZeros()
Gets (as xml) the "showZeros" attribute
-
isSetShowZeros
boolean isSetShowZeros()
True if has "showZeros" attribute
-
setShowZeros
void setShowZeros(boolean showZeros)
Sets the "showZeros" attribute
-
xsetShowZeros
void xsetShowZeros(XmlBoolean showZeros)
Sets (as xml) the "showZeros" attribute
-
unsetShowZeros
void unsetShowZeros()
Unsets the "showZeros" attribute
-
getRightToLeft
boolean getRightToLeft()
Gets the "rightToLeft" attribute
-
xgetRightToLeft
XmlBoolean xgetRightToLeft()
Gets (as xml) the "rightToLeft" attribute
-
isSetRightToLeft
boolean isSetRightToLeft()
True if has "rightToLeft" attribute
-
setRightToLeft
void setRightToLeft(boolean rightToLeft)
Sets the "rightToLeft" attribute
-
xsetRightToLeft
void xsetRightToLeft(XmlBoolean rightToLeft)
Sets (as xml) the "rightToLeft" attribute
-
unsetRightToLeft
void unsetRightToLeft()
Unsets the "rightToLeft" attribute
-
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
-
getShowRuler
boolean getShowRuler()
Gets the "showRuler" attribute
-
xgetShowRuler
XmlBoolean xgetShowRuler()
Gets (as xml) the "showRuler" attribute
-
isSetShowRuler
boolean isSetShowRuler()
True if has "showRuler" attribute
-
setShowRuler
void setShowRuler(boolean showRuler)
Sets the "showRuler" attribute
-
xsetShowRuler
void xsetShowRuler(XmlBoolean showRuler)
Sets (as xml) the "showRuler" attribute
-
unsetShowRuler
void unsetShowRuler()
Unsets the "showRuler" attribute
-
getShowOutlineSymbols
boolean getShowOutlineSymbols()
Gets the "showOutlineSymbols" attribute
-
xgetShowOutlineSymbols
XmlBoolean xgetShowOutlineSymbols()
Gets (as xml) the "showOutlineSymbols" attribute
-
isSetShowOutlineSymbols
boolean isSetShowOutlineSymbols()
True if has "showOutlineSymbols" attribute
-
setShowOutlineSymbols
void setShowOutlineSymbols(boolean showOutlineSymbols)
Sets the "showOutlineSymbols" attribute
-
xsetShowOutlineSymbols
void xsetShowOutlineSymbols(XmlBoolean showOutlineSymbols)
Sets (as xml) the "showOutlineSymbols" attribute
-
unsetShowOutlineSymbols
void unsetShowOutlineSymbols()
Unsets the "showOutlineSymbols" attribute
-
getDefaultGridColor
boolean getDefaultGridColor()
Gets the "defaultGridColor" attribute
-
xgetDefaultGridColor
XmlBoolean xgetDefaultGridColor()
Gets (as xml) the "defaultGridColor" attribute
-
isSetDefaultGridColor
boolean isSetDefaultGridColor()
True if has "defaultGridColor" attribute
-
setDefaultGridColor
void setDefaultGridColor(boolean defaultGridColor)
Sets the "defaultGridColor" attribute
-
xsetDefaultGridColor
void xsetDefaultGridColor(XmlBoolean defaultGridColor)
Sets (as xml) the "defaultGridColor" attribute
-
unsetDefaultGridColor
void unsetDefaultGridColor()
Unsets the "defaultGridColor" attribute
-
getShowWhiteSpace
boolean getShowWhiteSpace()
Gets the "showWhiteSpace" attribute
-
xgetShowWhiteSpace
XmlBoolean xgetShowWhiteSpace()
Gets (as xml) the "showWhiteSpace" attribute
-
isSetShowWhiteSpace
boolean isSetShowWhiteSpace()
True if has "showWhiteSpace" attribute
-
setShowWhiteSpace
void setShowWhiteSpace(boolean showWhiteSpace)
Sets the "showWhiteSpace" attribute
-
xsetShowWhiteSpace
void xsetShowWhiteSpace(XmlBoolean showWhiteSpace)
Sets (as xml) the "showWhiteSpace" attribute
-
unsetShowWhiteSpace
void unsetShowWhiteSpace()
Unsets the "showWhiteSpace" attribute
-
getView
STSheetViewType.Enum getView()
Gets the "view" attribute
-
xgetView
STSheetViewType xgetView()
Gets (as xml) the "view" attribute
-
isSetView
boolean isSetView()
True if has "view" attribute
-
setView
void setView(STSheetViewType.Enum view)
Sets the "view" attribute
-
xsetView
void xsetView(STSheetViewType view)
Sets (as xml) the "view" attribute
-
unsetView
void unsetView()
Unsets the "view" attribute
-
getTopLeftCell
java.lang.String getTopLeftCell()
Gets the "topLeftCell" attribute
-
xgetTopLeftCell
STCellRef xgetTopLeftCell()
Gets (as xml) the "topLeftCell" attribute
-
isSetTopLeftCell
boolean isSetTopLeftCell()
True if has "topLeftCell" attribute
-
setTopLeftCell
void setTopLeftCell(java.lang.String topLeftCell)
Sets the "topLeftCell" attribute
-
xsetTopLeftCell
void xsetTopLeftCell(STCellRef topLeftCell)
Sets (as xml) the "topLeftCell" attribute
-
unsetTopLeftCell
void unsetTopLeftCell()
Unsets the "topLeftCell" attribute
-
getColorId
long getColorId()
Gets the "colorId" attribute
-
xgetColorId
XmlUnsignedInt xgetColorId()
Gets (as xml) the "colorId" attribute
-
isSetColorId
boolean isSetColorId()
True if has "colorId" attribute
-
setColorId
void setColorId(long colorId)
Sets the "colorId" attribute
-
xsetColorId
void xsetColorId(XmlUnsignedInt colorId)
Sets (as xml) the "colorId" attribute
-
unsetColorId
void unsetColorId()
Unsets the "colorId" 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
-
getZoomScaleNormal
long getZoomScaleNormal()
Gets the "zoomScaleNormal" attribute
-
xgetZoomScaleNormal
XmlUnsignedInt xgetZoomScaleNormal()
Gets (as xml) the "zoomScaleNormal" attribute
-
isSetZoomScaleNormal
boolean isSetZoomScaleNormal()
True if has "zoomScaleNormal" attribute
-
setZoomScaleNormal
void setZoomScaleNormal(long zoomScaleNormal)
Sets the "zoomScaleNormal" attribute
-
xsetZoomScaleNormal
void xsetZoomScaleNormal(XmlUnsignedInt zoomScaleNormal)
Sets (as xml) the "zoomScaleNormal" attribute
-
unsetZoomScaleNormal
void unsetZoomScaleNormal()
Unsets the "zoomScaleNormal" attribute
-
getZoomScaleSheetLayoutView
long getZoomScaleSheetLayoutView()
Gets the "zoomScaleSheetLayoutView" attribute
-
xgetZoomScaleSheetLayoutView
XmlUnsignedInt xgetZoomScaleSheetLayoutView()
Gets (as xml) the "zoomScaleSheetLayoutView" attribute
-
isSetZoomScaleSheetLayoutView
boolean isSetZoomScaleSheetLayoutView()
True if has "zoomScaleSheetLayoutView" attribute
-
setZoomScaleSheetLayoutView
void setZoomScaleSheetLayoutView(long zoomScaleSheetLayoutView)
Sets the "zoomScaleSheetLayoutView" attribute
-
xsetZoomScaleSheetLayoutView
void xsetZoomScaleSheetLayoutView(XmlUnsignedInt zoomScaleSheetLayoutView)
Sets (as xml) the "zoomScaleSheetLayoutView" attribute
-
unsetZoomScaleSheetLayoutView
void unsetZoomScaleSheetLayoutView()
Unsets the "zoomScaleSheetLayoutView" attribute
-
getZoomScalePageLayoutView
long getZoomScalePageLayoutView()
Gets the "zoomScalePageLayoutView" attribute
-
xgetZoomScalePageLayoutView
XmlUnsignedInt xgetZoomScalePageLayoutView()
Gets (as xml) the "zoomScalePageLayoutView" attribute
-
isSetZoomScalePageLayoutView
boolean isSetZoomScalePageLayoutView()
True if has "zoomScalePageLayoutView" attribute
-
setZoomScalePageLayoutView
void setZoomScalePageLayoutView(long zoomScalePageLayoutView)
Sets the "zoomScalePageLayoutView" attribute
-
xsetZoomScalePageLayoutView
void xsetZoomScalePageLayoutView(XmlUnsignedInt zoomScalePageLayoutView)
Sets (as xml) the "zoomScalePageLayoutView" attribute
-
unsetZoomScalePageLayoutView
void unsetZoomScalePageLayoutView()
Unsets the "zoomScalePageLayoutView" 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
-
-