Interface CTCustomSheetView
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTCustomSheetView extends XmlObject
An XML CT_CustomSheetView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTCustomSheetView.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 Modifier and Type Method Description CTAutoFilteraddNewAutoFilter()Appends and returns a new empty "autoFilter" elementCTPageBreakaddNewColBreaks()Appends and returns a new empty "colBreaks" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTHeaderFooteraddNewHeaderFooter()Appends and returns a new empty "headerFooter" elementCTPageMarginsaddNewPageMargins()Appends and returns a new empty "pageMargins" elementCTPageSetupaddNewPageSetup()Appends and returns a new empty "pageSetup" elementCTPaneaddNewPane()Appends and returns a new empty "pane" elementCTPrintOptionsaddNewPrintOptions()Appends and returns a new empty "printOptions" elementCTPageBreakaddNewRowBreaks()Appends and returns a new empty "rowBreaks" elementCTSelectionaddNewSelection()Appends and returns a new empty "selection" elementCTAutoFiltergetAutoFilter()Gets the "autoFilter" elementCTPageBreakgetColBreaks()Gets the "colBreaks" elementlonggetColorId()Gets the "colorId" attributeCTExtensionListgetExtLst()Gets the "extLst" elementbooleangetFilter()Gets the "filter" attributebooleangetFilterUnique()Gets the "filterUnique" attributebooleangetFitToPage()Gets the "fitToPage" attributejava.lang.StringgetGuid()Gets the "guid" attributeCTHeaderFootergetHeaderFooter()Gets the "headerFooter" elementbooleangetHiddenColumns()Gets the "hiddenColumns" attributebooleangetHiddenRows()Gets the "hiddenRows" attributebooleangetOutlineSymbols()Gets the "outlineSymbols" attributeCTPageMarginsgetPageMargins()Gets the "pageMargins" elementCTPageSetupgetPageSetup()Gets the "pageSetup" elementCTPanegetPane()Gets the "pane" elementbooleangetPrintArea()Gets the "printArea" attributeCTPrintOptionsgetPrintOptions()Gets the "printOptions" elementCTPageBreakgetRowBreaks()Gets the "rowBreaks" elementlonggetScale()Gets the "scale" attributeCTSelectiongetSelection()Gets the "selection" elementbooleangetShowAutoFilter()Gets the "showAutoFilter" attributebooleangetShowFormulas()Gets the "showFormulas" attributebooleangetShowGridLines()Gets the "showGridLines" attributebooleangetShowPageBreaks()Gets the "showPageBreaks" attributebooleangetShowRowCol()Gets the "showRowCol" attributebooleangetShowRuler()Gets the "showRuler" attributeSTSheetState.EnumgetState()Gets the "state" attributejava.lang.StringgetTopLeftCell()Gets the "topLeftCell" attributeSTSheetViewType.EnumgetView()Gets the "view" attributebooleangetZeroValues()Gets the "zeroValues" attributebooleanisSetAutoFilter()True if has "autoFilter" elementbooleanisSetColBreaks()True if has "colBreaks" elementbooleanisSetColorId()True if has "colorId" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetFilter()True if has "filter" attributebooleanisSetFilterUnique()True if has "filterUnique" attributebooleanisSetFitToPage()True if has "fitToPage" attributebooleanisSetHeaderFooter()True if has "headerFooter" elementbooleanisSetHiddenColumns()True if has "hiddenColumns" attributebooleanisSetHiddenRows()True if has "hiddenRows" attributebooleanisSetOutlineSymbols()True if has "outlineSymbols" attributebooleanisSetPageMargins()True if has "pageMargins" elementbooleanisSetPageSetup()True if has "pageSetup" elementbooleanisSetPane()True if has "pane" elementbooleanisSetPrintArea()True if has "printArea" attributebooleanisSetPrintOptions()True if has "printOptions" elementbooleanisSetRowBreaks()True if has "rowBreaks" elementbooleanisSetScale()True if has "scale" attributebooleanisSetSelection()True if has "selection" elementbooleanisSetShowAutoFilter()True if has "showAutoFilter" attributebooleanisSetShowFormulas()True if has "showFormulas" attributebooleanisSetShowGridLines()True if has "showGridLines" attributebooleanisSetShowPageBreaks()True if has "showPageBreaks" attributebooleanisSetShowRowCol()True if has "showRowCol" attributebooleanisSetShowRuler()True if has "showRuler" attributebooleanisSetState()True if has "state" attributebooleanisSetTopLeftCell()True if has "topLeftCell" attributebooleanisSetView()True if has "view" attributebooleanisSetZeroValues()True if has "zeroValues" attributevoidsetAutoFilter(CTAutoFilter autoFilter)Sets the "autoFilter" elementvoidsetColBreaks(CTPageBreak colBreaks)Sets the "colBreaks" elementvoidsetColorId(long colorId)Sets the "colorId" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetFilter(boolean filter)Sets the "filter" attributevoidsetFilterUnique(boolean filterUnique)Sets the "filterUnique" attributevoidsetFitToPage(boolean fitToPage)Sets the "fitToPage" attributevoidsetGuid(java.lang.String guid)Sets the "guid" attributevoidsetHeaderFooter(CTHeaderFooter headerFooter)Sets the "headerFooter" elementvoidsetHiddenColumns(boolean hiddenColumns)Sets the "hiddenColumns" attributevoidsetHiddenRows(boolean hiddenRows)Sets the "hiddenRows" attributevoidsetOutlineSymbols(boolean outlineSymbols)Sets the "outlineSymbols" attributevoidsetPageMargins(CTPageMargins pageMargins)Sets the "pageMargins" elementvoidsetPageSetup(CTPageSetup pageSetup)Sets the "pageSetup" elementvoidsetPane(CTPane pane)Sets the "pane" elementvoidsetPrintArea(boolean printArea)Sets the "printArea" attributevoidsetPrintOptions(CTPrintOptions printOptions)Sets the "printOptions" elementvoidsetRowBreaks(CTPageBreak rowBreaks)Sets the "rowBreaks" elementvoidsetScale(long scale)Sets the "scale" attributevoidsetSelection(CTSelection selection)Sets the "selection" elementvoidsetShowAutoFilter(boolean showAutoFilter)Sets the "showAutoFilter" attributevoidsetShowFormulas(boolean showFormulas)Sets the "showFormulas" attributevoidsetShowGridLines(boolean showGridLines)Sets the "showGridLines" attributevoidsetShowPageBreaks(boolean showPageBreaks)Sets the "showPageBreaks" attributevoidsetShowRowCol(boolean showRowCol)Sets the "showRowCol" attributevoidsetShowRuler(boolean showRuler)Sets the "showRuler" attributevoidsetState(STSheetState.Enum state)Sets the "state" attributevoidsetTopLeftCell(java.lang.String topLeftCell)Sets the "topLeftCell" attributevoidsetView(STSheetViewType.Enum view)Sets the "view" attributevoidsetZeroValues(boolean zeroValues)Sets the "zeroValues" attributevoidunsetAutoFilter()Unsets the "autoFilter" elementvoidunsetColBreaks()Unsets the "colBreaks" elementvoidunsetColorId()Unsets the "colorId" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetFilter()Unsets the "filter" attributevoidunsetFilterUnique()Unsets the "filterUnique" attributevoidunsetFitToPage()Unsets the "fitToPage" attributevoidunsetHeaderFooter()Unsets the "headerFooter" elementvoidunsetHiddenColumns()Unsets the "hiddenColumns" attributevoidunsetHiddenRows()Unsets the "hiddenRows" attributevoidunsetOutlineSymbols()Unsets the "outlineSymbols" attributevoidunsetPageMargins()Unsets the "pageMargins" elementvoidunsetPageSetup()Unsets the "pageSetup" elementvoidunsetPane()Unsets the "pane" elementvoidunsetPrintArea()Unsets the "printArea" attributevoidunsetPrintOptions()Unsets the "printOptions" elementvoidunsetRowBreaks()Unsets the "rowBreaks" elementvoidunsetScale()Unsets the "scale" attributevoidunsetSelection()Unsets the "selection" elementvoidunsetShowAutoFilter()Unsets the "showAutoFilter" attributevoidunsetShowFormulas()Unsets the "showFormulas" attributevoidunsetShowGridLines()Unsets the "showGridLines" attributevoidunsetShowPageBreaks()Unsets the "showPageBreaks" attributevoidunsetShowRowCol()Unsets the "showRowCol" attributevoidunsetShowRuler()Unsets the "showRuler" attributevoidunsetState()Unsets the "state" attributevoidunsetTopLeftCell()Unsets the "topLeftCell" attributevoidunsetView()Unsets the "view" attributevoidunsetZeroValues()Unsets the "zeroValues" attributeXmlUnsignedIntxgetColorId()Gets (as xml) the "colorId" attributeXmlBooleanxgetFilter()Gets (as xml) the "filter" attributeXmlBooleanxgetFilterUnique()Gets (as xml) the "filterUnique" attributeXmlBooleanxgetFitToPage()Gets (as xml) the "fitToPage" attributeSTGuidxgetGuid()Gets (as xml) the "guid" attributeXmlBooleanxgetHiddenColumns()Gets (as xml) the "hiddenColumns" attributeXmlBooleanxgetHiddenRows()Gets (as xml) the "hiddenRows" attributeXmlBooleanxgetOutlineSymbols()Gets (as xml) the "outlineSymbols" attributeXmlBooleanxgetPrintArea()Gets (as xml) the "printArea" attributeXmlUnsignedIntxgetScale()Gets (as xml) the "scale" attributeXmlBooleanxgetShowAutoFilter()Gets (as xml) the "showAutoFilter" attributeXmlBooleanxgetShowFormulas()Gets (as xml) the "showFormulas" attributeXmlBooleanxgetShowGridLines()Gets (as xml) the "showGridLines" attributeXmlBooleanxgetShowPageBreaks()Gets (as xml) the "showPageBreaks" attributeXmlBooleanxgetShowRowCol()Gets (as xml) the "showRowCol" attributeXmlBooleanxgetShowRuler()Gets (as xml) the "showRuler" attributeSTSheetStatexgetState()Gets (as xml) the "state" attributeSTCellRefxgetTopLeftCell()Gets (as xml) the "topLeftCell" attributeSTSheetViewTypexgetView()Gets (as xml) the "view" attributeXmlBooleanxgetZeroValues()Gets (as xml) the "zeroValues" attributevoidxsetColorId(XmlUnsignedInt colorId)Sets (as xml) the "colorId" attributevoidxsetFilter(XmlBoolean filter)Sets (as xml) the "filter" attributevoidxsetFilterUnique(XmlBoolean filterUnique)Sets (as xml) the "filterUnique" attributevoidxsetFitToPage(XmlBoolean fitToPage)Sets (as xml) the "fitToPage" attributevoidxsetGuid(STGuid guid)Sets (as xml) the "guid" attributevoidxsetHiddenColumns(XmlBoolean hiddenColumns)Sets (as xml) the "hiddenColumns" attributevoidxsetHiddenRows(XmlBoolean hiddenRows)Sets (as xml) the "hiddenRows" attributevoidxsetOutlineSymbols(XmlBoolean outlineSymbols)Sets (as xml) the "outlineSymbols" attributevoidxsetPrintArea(XmlBoolean printArea)Sets (as xml) the "printArea" attributevoidxsetScale(XmlUnsignedInt scale)Sets (as xml) the "scale" attributevoidxsetShowAutoFilter(XmlBoolean showAutoFilter)Sets (as xml) the "showAutoFilter" attributevoidxsetShowFormulas(XmlBoolean showFormulas)Sets (as xml) the "showFormulas" attributevoidxsetShowGridLines(XmlBoolean showGridLines)Sets (as xml) the "showGridLines" attributevoidxsetShowPageBreaks(XmlBoolean showPageBreaks)Sets (as xml) the "showPageBreaks" attributevoidxsetShowRowCol(XmlBoolean showRowCol)Sets (as xml) the "showRowCol" attributevoidxsetShowRuler(XmlBoolean showRuler)Sets (as xml) the "showRuler" attributevoidxsetState(STSheetState state)Sets (as xml) the "state" attributevoidxsetTopLeftCell(STCellRef topLeftCell)Sets (as xml) the "topLeftCell" attributevoidxsetView(STSheetViewType view)Sets (as xml) the "view" attributevoidxsetZeroValues(XmlBoolean zeroValues)Sets (as xml) the "zeroValues" 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
-
getSelection
CTSelection getSelection()
Gets the "selection" element
-
isSetSelection
boolean isSetSelection()
True if has "selection" element
-
setSelection
void setSelection(CTSelection selection)
Sets the "selection" element
-
addNewSelection
CTSelection addNewSelection()
Appends and returns a new empty "selection" element
-
unsetSelection
void unsetSelection()
Unsets the "selection" element
-
getRowBreaks
CTPageBreak getRowBreaks()
Gets the "rowBreaks" element
-
isSetRowBreaks
boolean isSetRowBreaks()
True if has "rowBreaks" element
-
setRowBreaks
void setRowBreaks(CTPageBreak rowBreaks)
Sets the "rowBreaks" element
-
addNewRowBreaks
CTPageBreak addNewRowBreaks()
Appends and returns a new empty "rowBreaks" element
-
unsetRowBreaks
void unsetRowBreaks()
Unsets the "rowBreaks" element
-
getColBreaks
CTPageBreak getColBreaks()
Gets the "colBreaks" element
-
isSetColBreaks
boolean isSetColBreaks()
True if has "colBreaks" element
-
setColBreaks
void setColBreaks(CTPageBreak colBreaks)
Sets the "colBreaks" element
-
addNewColBreaks
CTPageBreak addNewColBreaks()
Appends and returns a new empty "colBreaks" element
-
unsetColBreaks
void unsetColBreaks()
Unsets the "colBreaks" element
-
getPageMargins
CTPageMargins getPageMargins()
Gets the "pageMargins" element
-
isSetPageMargins
boolean isSetPageMargins()
True if has "pageMargins" element
-
setPageMargins
void setPageMargins(CTPageMargins pageMargins)
Sets the "pageMargins" element
-
addNewPageMargins
CTPageMargins addNewPageMargins()
Appends and returns a new empty "pageMargins" element
-
unsetPageMargins
void unsetPageMargins()
Unsets the "pageMargins" element
-
getPrintOptions
CTPrintOptions getPrintOptions()
Gets the "printOptions" element
-
isSetPrintOptions
boolean isSetPrintOptions()
True if has "printOptions" element
-
setPrintOptions
void setPrintOptions(CTPrintOptions printOptions)
Sets the "printOptions" element
-
addNewPrintOptions
CTPrintOptions addNewPrintOptions()
Appends and returns a new empty "printOptions" element
-
unsetPrintOptions
void unsetPrintOptions()
Unsets the "printOptions" element
-
getPageSetup
CTPageSetup getPageSetup()
Gets the "pageSetup" element
-
isSetPageSetup
boolean isSetPageSetup()
True if has "pageSetup" element
-
setPageSetup
void setPageSetup(CTPageSetup pageSetup)
Sets the "pageSetup" element
-
addNewPageSetup
CTPageSetup addNewPageSetup()
Appends and returns a new empty "pageSetup" element
-
unsetPageSetup
void unsetPageSetup()
Unsets the "pageSetup" element
-
getHeaderFooter
CTHeaderFooter getHeaderFooter()
Gets the "headerFooter" element
-
isSetHeaderFooter
boolean isSetHeaderFooter()
True if has "headerFooter" element
-
setHeaderFooter
void setHeaderFooter(CTHeaderFooter headerFooter)
Sets the "headerFooter" element
-
addNewHeaderFooter
CTHeaderFooter addNewHeaderFooter()
Appends and returns a new empty "headerFooter" element
-
unsetHeaderFooter
void unsetHeaderFooter()
Unsets the "headerFooter" element
-
getAutoFilter
CTAutoFilter getAutoFilter()
Gets the "autoFilter" element
-
isSetAutoFilter
boolean isSetAutoFilter()
True if has "autoFilter" element
-
setAutoFilter
void setAutoFilter(CTAutoFilter autoFilter)
Sets the "autoFilter" element
-
addNewAutoFilter
CTAutoFilter addNewAutoFilter()
Appends and returns a new empty "autoFilter" element
-
unsetAutoFilter
void unsetAutoFilter()
Unsets the "autoFilter" 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
-
getGuid
java.lang.String getGuid()
Gets the "guid" attribute
-
xgetGuid
STGuid xgetGuid()
Gets (as xml) the "guid" attribute
-
setGuid
void setGuid(java.lang.String guid)
Sets the "guid" attribute
-
xsetGuid
void xsetGuid(STGuid guid)
Sets (as xml) the "guid" attribute
-
getScale
long getScale()
Gets the "scale" attribute
-
xgetScale
XmlUnsignedInt xgetScale()
Gets (as xml) the "scale" attribute
-
isSetScale
boolean isSetScale()
True if has "scale" attribute
-
setScale
void setScale(long scale)
Sets the "scale" attribute
-
xsetScale
void xsetScale(XmlUnsignedInt scale)
Sets (as xml) the "scale" attribute
-
unsetScale
void unsetScale()
Unsets the "scale" 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
-
getShowPageBreaks
boolean getShowPageBreaks()
Gets the "showPageBreaks" attribute
-
xgetShowPageBreaks
XmlBoolean xgetShowPageBreaks()
Gets (as xml) the "showPageBreaks" attribute
-
isSetShowPageBreaks
boolean isSetShowPageBreaks()
True if has "showPageBreaks" attribute
-
setShowPageBreaks
void setShowPageBreaks(boolean showPageBreaks)
Sets the "showPageBreaks" attribute
-
xsetShowPageBreaks
void xsetShowPageBreaks(XmlBoolean showPageBreaks)
Sets (as xml) the "showPageBreaks" attribute
-
unsetShowPageBreaks
void unsetShowPageBreaks()
Unsets the "showPageBreaks" 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
-
getShowRowCol
boolean getShowRowCol()
Gets the "showRowCol" attribute
-
xgetShowRowCol
XmlBoolean xgetShowRowCol()
Gets (as xml) the "showRowCol" attribute
-
isSetShowRowCol
boolean isSetShowRowCol()
True if has "showRowCol" attribute
-
setShowRowCol
void setShowRowCol(boolean showRowCol)
Sets the "showRowCol" attribute
-
xsetShowRowCol
void xsetShowRowCol(XmlBoolean showRowCol)
Sets (as xml) the "showRowCol" attribute
-
unsetShowRowCol
void unsetShowRowCol()
Unsets the "showRowCol" attribute
-
getOutlineSymbols
boolean getOutlineSymbols()
Gets the "outlineSymbols" attribute
-
xgetOutlineSymbols
XmlBoolean xgetOutlineSymbols()
Gets (as xml) the "outlineSymbols" attribute
-
isSetOutlineSymbols
boolean isSetOutlineSymbols()
True if has "outlineSymbols" attribute
-
setOutlineSymbols
void setOutlineSymbols(boolean outlineSymbols)
Sets the "outlineSymbols" attribute
-
xsetOutlineSymbols
void xsetOutlineSymbols(XmlBoolean outlineSymbols)
Sets (as xml) the "outlineSymbols" attribute
-
unsetOutlineSymbols
void unsetOutlineSymbols()
Unsets the "outlineSymbols" attribute
-
getZeroValues
boolean getZeroValues()
Gets the "zeroValues" attribute
-
xgetZeroValues
XmlBoolean xgetZeroValues()
Gets (as xml) the "zeroValues" attribute
-
isSetZeroValues
boolean isSetZeroValues()
True if has "zeroValues" attribute
-
setZeroValues
void setZeroValues(boolean zeroValues)
Sets the "zeroValues" attribute
-
xsetZeroValues
void xsetZeroValues(XmlBoolean zeroValues)
Sets (as xml) the "zeroValues" attribute
-
unsetZeroValues
void unsetZeroValues()
Unsets the "zeroValues" attribute
-
getFitToPage
boolean getFitToPage()
Gets the "fitToPage" attribute
-
xgetFitToPage
XmlBoolean xgetFitToPage()
Gets (as xml) the "fitToPage" attribute
-
isSetFitToPage
boolean isSetFitToPage()
True if has "fitToPage" attribute
-
setFitToPage
void setFitToPage(boolean fitToPage)
Sets the "fitToPage" attribute
-
xsetFitToPage
void xsetFitToPage(XmlBoolean fitToPage)
Sets (as xml) the "fitToPage" attribute
-
unsetFitToPage
void unsetFitToPage()
Unsets the "fitToPage" attribute
-
getPrintArea
boolean getPrintArea()
Gets the "printArea" attribute
-
xgetPrintArea
XmlBoolean xgetPrintArea()
Gets (as xml) the "printArea" attribute
-
isSetPrintArea
boolean isSetPrintArea()
True if has "printArea" attribute
-
setPrintArea
void setPrintArea(boolean printArea)
Sets the "printArea" attribute
-
xsetPrintArea
void xsetPrintArea(XmlBoolean printArea)
Sets (as xml) the "printArea" attribute
-
unsetPrintArea
void unsetPrintArea()
Unsets the "printArea" attribute
-
getFilter
boolean getFilter()
Gets the "filter" attribute
-
xgetFilter
XmlBoolean xgetFilter()
Gets (as xml) the "filter" attribute
-
isSetFilter
boolean isSetFilter()
True if has "filter" attribute
-
setFilter
void setFilter(boolean filter)
Sets the "filter" attribute
-
xsetFilter
void xsetFilter(XmlBoolean filter)
Sets (as xml) the "filter" attribute
-
unsetFilter
void unsetFilter()
Unsets the "filter" attribute
-
getShowAutoFilter
boolean getShowAutoFilter()
Gets the "showAutoFilter" attribute
-
xgetShowAutoFilter
XmlBoolean xgetShowAutoFilter()
Gets (as xml) the "showAutoFilter" attribute
-
isSetShowAutoFilter
boolean isSetShowAutoFilter()
True if has "showAutoFilter" attribute
-
setShowAutoFilter
void setShowAutoFilter(boolean showAutoFilter)
Sets the "showAutoFilter" attribute
-
xsetShowAutoFilter
void xsetShowAutoFilter(XmlBoolean showAutoFilter)
Sets (as xml) the "showAutoFilter" attribute
-
unsetShowAutoFilter
void unsetShowAutoFilter()
Unsets the "showAutoFilter" attribute
-
getHiddenRows
boolean getHiddenRows()
Gets the "hiddenRows" attribute
-
xgetHiddenRows
XmlBoolean xgetHiddenRows()
Gets (as xml) the "hiddenRows" attribute
-
isSetHiddenRows
boolean isSetHiddenRows()
True if has "hiddenRows" attribute
-
setHiddenRows
void setHiddenRows(boolean hiddenRows)
Sets the "hiddenRows" attribute
-
xsetHiddenRows
void xsetHiddenRows(XmlBoolean hiddenRows)
Sets (as xml) the "hiddenRows" attribute
-
unsetHiddenRows
void unsetHiddenRows()
Unsets the "hiddenRows" attribute
-
getHiddenColumns
boolean getHiddenColumns()
Gets the "hiddenColumns" attribute
-
xgetHiddenColumns
XmlBoolean xgetHiddenColumns()
Gets (as xml) the "hiddenColumns" attribute
-
isSetHiddenColumns
boolean isSetHiddenColumns()
True if has "hiddenColumns" attribute
-
setHiddenColumns
void setHiddenColumns(boolean hiddenColumns)
Sets the "hiddenColumns" attribute
-
xsetHiddenColumns
void xsetHiddenColumns(XmlBoolean hiddenColumns)
Sets (as xml) the "hiddenColumns" attribute
-
unsetHiddenColumns
void unsetHiddenColumns()
Unsets the "hiddenColumns" attribute
-
getState
STSheetState.Enum getState()
Gets the "state" attribute
-
xgetState
STSheetState xgetState()
Gets (as xml) the "state" attribute
-
isSetState
boolean isSetState()
True if has "state" attribute
-
setState
void setState(STSheetState.Enum state)
Sets the "state" attribute
-
xsetState
void xsetState(STSheetState state)
Sets (as xml) the "state" attribute
-
unsetState
void unsetState()
Unsets the "state" attribute
-
getFilterUnique
boolean getFilterUnique()
Gets the "filterUnique" attribute
-
xgetFilterUnique
XmlBoolean xgetFilterUnique()
Gets (as xml) the "filterUnique" attribute
-
isSetFilterUnique
boolean isSetFilterUnique()
True if has "filterUnique" attribute
-
setFilterUnique
void setFilterUnique(boolean filterUnique)
Sets the "filterUnique" attribute
-
xsetFilterUnique
void xsetFilterUnique(XmlBoolean filterUnique)
Sets (as xml) the "filterUnique" attribute
-
unsetFilterUnique
void unsetFilterUnique()
Unsets the "filterUnique" 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
-
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
-
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
-
-