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 class
CTSheetView.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 Deprecated Methods Modifier and Type Method Description CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTPane
addNewPane()
Appends and returns a new empty "pane" elementCTPivotSelection
addNewPivotSelection()
Appends and returns a new empty value (as xml) as the last "pivotSelection" elementCTSelection
addNewSelection()
Appends and returns a new empty value (as xml) as the last "selection" elementlong
getColorId()
Gets the "colorId" attributeboolean
getDefaultGridColor()
Gets the "defaultGridColor" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementCTPane
getPane()
Gets the "pane" elementCTPivotSelection[]
getPivotSelectionArray()
Deprecated.CTPivotSelection
getPivotSelectionArray(int i)
Gets ith "pivotSelection" elementjava.util.List<CTPivotSelection>
getPivotSelectionList()
Gets a List of "pivotSelection" elementsboolean
getRightToLeft()
Gets the "rightToLeft" attributeCTSelection[]
getSelectionArray()
Deprecated.CTSelection
getSelectionArray(int i)
Gets ith "selection" elementjava.util.List<CTSelection>
getSelectionList()
Gets a List of "selection" elementsboolean
getShowFormulas()
Gets the "showFormulas" attributeboolean
getShowGridLines()
Gets the "showGridLines" attributeboolean
getShowOutlineSymbols()
Gets the "showOutlineSymbols" attributeboolean
getShowRowColHeaders()
Gets the "showRowColHeaders" attributeboolean
getShowRuler()
Gets the "showRuler" attributeboolean
getShowWhiteSpace()
Gets the "showWhiteSpace" attributeboolean
getShowZeros()
Gets the "showZeros" attributeboolean
getTabSelected()
Gets the "tabSelected" attributejava.lang.String
getTopLeftCell()
Gets the "topLeftCell" attributeSTSheetViewType.Enum
getView()
Gets the "view" attributeboolean
getWindowProtection()
Gets the "windowProtection" attributelong
getWorkbookViewId()
Gets the "workbookViewId" attributelong
getZoomScale()
Gets the "zoomScale" attributelong
getZoomScaleNormal()
Gets the "zoomScaleNormal" attributelong
getZoomScalePageLayoutView()
Gets the "zoomScalePageLayoutView" attributelong
getZoomScaleSheetLayoutView()
Gets the "zoomScaleSheetLayoutView" attributeCTPivotSelection
insertNewPivotSelection(int i)
Inserts and returns a new empty value (as xml) as the ith "pivotSelection" elementCTSelection
insertNewSelection(int i)
Inserts and returns a new empty value (as xml) as the ith "selection" elementboolean
isSetColorId()
True if has "colorId" attributeboolean
isSetDefaultGridColor()
True if has "defaultGridColor" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetPane()
True if has "pane" elementboolean
isSetRightToLeft()
True if has "rightToLeft" attributeboolean
isSetShowFormulas()
True if has "showFormulas" attributeboolean
isSetShowGridLines()
True if has "showGridLines" attributeboolean
isSetShowOutlineSymbols()
True if has "showOutlineSymbols" attributeboolean
isSetShowRowColHeaders()
True if has "showRowColHeaders" attributeboolean
isSetShowRuler()
True if has "showRuler" attributeboolean
isSetShowWhiteSpace()
True if has "showWhiteSpace" attributeboolean
isSetShowZeros()
True if has "showZeros" attributeboolean
isSetTabSelected()
True if has "tabSelected" attributeboolean
isSetTopLeftCell()
True if has "topLeftCell" attributeboolean
isSetView()
True if has "view" attributeboolean
isSetWindowProtection()
True if has "windowProtection" attributeboolean
isSetZoomScale()
True if has "zoomScale" attributeboolean
isSetZoomScaleNormal()
True if has "zoomScaleNormal" attributeboolean
isSetZoomScalePageLayoutView()
True if has "zoomScalePageLayoutView" attributeboolean
isSetZoomScaleSheetLayoutView()
True if has "zoomScaleSheetLayoutView" attributevoid
removePivotSelection(int i)
Removes the ith "pivotSelection" elementvoid
removeSelection(int i)
Removes the ith "selection" elementvoid
setColorId(long colorId)
Sets the "colorId" attributevoid
setDefaultGridColor(boolean defaultGridColor)
Sets the "defaultGridColor" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setPane(CTPane pane)
Sets the "pane" elementvoid
setPivotSelectionArray(int i, CTPivotSelection pivotSelection)
Sets ith "pivotSelection" elementvoid
setPivotSelectionArray(CTPivotSelection[] pivotSelectionArray)
Sets array of all "pivotSelection" elementvoid
setRightToLeft(boolean rightToLeft)
Sets the "rightToLeft" attributevoid
setSelectionArray(int i, CTSelection selection)
Sets ith "selection" elementvoid
setSelectionArray(CTSelection[] selectionArray)
Sets array of all "selection" elementvoid
setShowFormulas(boolean showFormulas)
Sets the "showFormulas" attributevoid
setShowGridLines(boolean showGridLines)
Sets the "showGridLines" attributevoid
setShowOutlineSymbols(boolean showOutlineSymbols)
Sets the "showOutlineSymbols" attributevoid
setShowRowColHeaders(boolean showRowColHeaders)
Sets the "showRowColHeaders" attributevoid
setShowRuler(boolean showRuler)
Sets the "showRuler" attributevoid
setShowWhiteSpace(boolean showWhiteSpace)
Sets the "showWhiteSpace" attributevoid
setShowZeros(boolean showZeros)
Sets the "showZeros" attributevoid
setTabSelected(boolean tabSelected)
Sets the "tabSelected" attributevoid
setTopLeftCell(java.lang.String topLeftCell)
Sets the "topLeftCell" attributevoid
setView(STSheetViewType.Enum view)
Sets the "view" attributevoid
setWindowProtection(boolean windowProtection)
Sets the "windowProtection" attributevoid
setWorkbookViewId(long workbookViewId)
Sets the "workbookViewId" attributevoid
setZoomScale(long zoomScale)
Sets the "zoomScale" attributevoid
setZoomScaleNormal(long zoomScaleNormal)
Sets the "zoomScaleNormal" attributevoid
setZoomScalePageLayoutView(long zoomScalePageLayoutView)
Sets the "zoomScalePageLayoutView" attributevoid
setZoomScaleSheetLayoutView(long zoomScaleSheetLayoutView)
Sets the "zoomScaleSheetLayoutView" attributeint
sizeOfPivotSelectionArray()
Returns number of "pivotSelection" elementint
sizeOfSelectionArray()
Returns number of "selection" elementvoid
unsetColorId()
Unsets the "colorId" attributevoid
unsetDefaultGridColor()
Unsets the "defaultGridColor" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetPane()
Unsets the "pane" elementvoid
unsetRightToLeft()
Unsets the "rightToLeft" attributevoid
unsetShowFormulas()
Unsets the "showFormulas" attributevoid
unsetShowGridLines()
Unsets the "showGridLines" attributevoid
unsetShowOutlineSymbols()
Unsets the "showOutlineSymbols" attributevoid
unsetShowRowColHeaders()
Unsets the "showRowColHeaders" attributevoid
unsetShowRuler()
Unsets the "showRuler" attributevoid
unsetShowWhiteSpace()
Unsets the "showWhiteSpace" attributevoid
unsetShowZeros()
Unsets the "showZeros" attributevoid
unsetTabSelected()
Unsets the "tabSelected" attributevoid
unsetTopLeftCell()
Unsets the "topLeftCell" attributevoid
unsetView()
Unsets the "view" attributevoid
unsetWindowProtection()
Unsets the "windowProtection" attributevoid
unsetZoomScale()
Unsets the "zoomScale" attributevoid
unsetZoomScaleNormal()
Unsets the "zoomScaleNormal" attributevoid
unsetZoomScalePageLayoutView()
Unsets the "zoomScalePageLayoutView" attributevoid
unsetZoomScaleSheetLayoutView()
Unsets the "zoomScaleSheetLayoutView" attributeXmlUnsignedInt
xgetColorId()
Gets (as xml) the "colorId" attributeXmlBoolean
xgetDefaultGridColor()
Gets (as xml) the "defaultGridColor" attributeXmlBoolean
xgetRightToLeft()
Gets (as xml) the "rightToLeft" attributeXmlBoolean
xgetShowFormulas()
Gets (as xml) the "showFormulas" attributeXmlBoolean
xgetShowGridLines()
Gets (as xml) the "showGridLines" attributeXmlBoolean
xgetShowOutlineSymbols()
Gets (as xml) the "showOutlineSymbols" attributeXmlBoolean
xgetShowRowColHeaders()
Gets (as xml) the "showRowColHeaders" attributeXmlBoolean
xgetShowRuler()
Gets (as xml) the "showRuler" attributeXmlBoolean
xgetShowWhiteSpace()
Gets (as xml) the "showWhiteSpace" attributeXmlBoolean
xgetShowZeros()
Gets (as xml) the "showZeros" attributeXmlBoolean
xgetTabSelected()
Gets (as xml) the "tabSelected" attributeSTCellRef
xgetTopLeftCell()
Gets (as xml) the "topLeftCell" attributeSTSheetViewType
xgetView()
Gets (as xml) the "view" attributeXmlBoolean
xgetWindowProtection()
Gets (as xml) the "windowProtection" attributeXmlUnsignedInt
xgetWorkbookViewId()
Gets (as xml) the "workbookViewId" attributeXmlUnsignedInt
xgetZoomScale()
Gets (as xml) the "zoomScale" attributeXmlUnsignedInt
xgetZoomScaleNormal()
Gets (as xml) the "zoomScaleNormal" attributeXmlUnsignedInt
xgetZoomScalePageLayoutView()
Gets (as xml) the "zoomScalePageLayoutView" attributeXmlUnsignedInt
xgetZoomScaleSheetLayoutView()
Gets (as xml) the "zoomScaleSheetLayoutView" attributevoid
xsetColorId(XmlUnsignedInt colorId)
Sets (as xml) the "colorId" attributevoid
xsetDefaultGridColor(XmlBoolean defaultGridColor)
Sets (as xml) the "defaultGridColor" attributevoid
xsetRightToLeft(XmlBoolean rightToLeft)
Sets (as xml) the "rightToLeft" attributevoid
xsetShowFormulas(XmlBoolean showFormulas)
Sets (as xml) the "showFormulas" attributevoid
xsetShowGridLines(XmlBoolean showGridLines)
Sets (as xml) the "showGridLines" attributevoid
xsetShowOutlineSymbols(XmlBoolean showOutlineSymbols)
Sets (as xml) the "showOutlineSymbols" attributevoid
xsetShowRowColHeaders(XmlBoolean showRowColHeaders)
Sets (as xml) the "showRowColHeaders" attributevoid
xsetShowRuler(XmlBoolean showRuler)
Sets (as xml) the "showRuler" attributevoid
xsetShowWhiteSpace(XmlBoolean showWhiteSpace)
Sets (as xml) the "showWhiteSpace" attributevoid
xsetShowZeros(XmlBoolean showZeros)
Sets (as xml) the "showZeros" attributevoid
xsetTabSelected(XmlBoolean tabSelected)
Sets (as xml) the "tabSelected" attributevoid
xsetTopLeftCell(STCellRef topLeftCell)
Sets (as xml) the "topLeftCell" attributevoid
xsetView(STSheetViewType view)
Sets (as xml) the "view" attributevoid
xsetWindowProtection(XmlBoolean windowProtection)
Sets (as xml) the "windowProtection" attributevoid
xsetWorkbookViewId(XmlUnsignedInt workbookViewId)
Sets (as xml) the "workbookViewId" attributevoid
xsetZoomScale(XmlUnsignedInt zoomScale)
Sets (as xml) the "zoomScale" attributevoid
xsetZoomScaleNormal(XmlUnsignedInt zoomScaleNormal)
Sets (as xml) the "zoomScaleNormal" attributevoid
xsetZoomScalePageLayoutView(XmlUnsignedInt zoomScalePageLayoutView)
Sets (as xml) the "zoomScalePageLayoutView" attributevoid
xsetZoomScaleSheetLayoutView(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
-
-