Interface CTSelection
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Selection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTSelection> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionGets the "activeCell" attributelong
Gets the "activeCellId" attributegetPane()
Gets the "pane" attributegetSqref()
Gets the "sqref" attributeboolean
True if has "activeCell" attributeboolean
True if has "activeCellId" attributeboolean
True if has "pane" attributeboolean
True if has "sqref" attributevoid
setActiveCell
(String activeCell) Sets the "activeCell" attributevoid
setActiveCellId
(long activeCellId) Sets the "activeCellId" attributevoid
setPane
(STPane.Enum pane) Sets the "pane" attributevoid
Sets the "sqref" attributevoid
Unsets the "activeCell" attributevoid
Unsets the "activeCellId" attributevoid
Unsets the "pane" attributevoid
Unsets the "sqref" attributeGets (as xml) the "activeCell" attributeGets (as xml) the "activeCellId" attributexgetPane()
Gets (as xml) the "pane" attributeGets (as xml) the "sqref" attributevoid
xsetActiveCell
(STCellRef activeCell) Sets (as xml) the "activeCell" attributevoid
xsetActiveCellId
(XmlUnsignedInt activeCellId) Sets (as xml) the "activeCellId" attributevoid
Sets (as xml) the "pane" attributevoid
Sets (as xml) the "sqref" 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, valueHashCode
Methods 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
-
getPane
STPane.Enum getPane()Gets the "pane" attribute -
xgetPane
STPane xgetPane()Gets (as xml) the "pane" attribute -
isSetPane
boolean isSetPane()True if has "pane" attribute -
setPane
Sets the "pane" attribute -
xsetPane
Sets (as xml) the "pane" attribute -
unsetPane
void unsetPane()Unsets the "pane" attribute -
getActiveCell
String getActiveCell()Gets the "activeCell" attribute -
xgetActiveCell
STCellRef xgetActiveCell()Gets (as xml) the "activeCell" attribute -
isSetActiveCell
boolean isSetActiveCell()True if has "activeCell" attribute -
setActiveCell
Sets the "activeCell" attribute -
xsetActiveCell
Sets (as xml) the "activeCell" attribute -
unsetActiveCell
void unsetActiveCell()Unsets the "activeCell" attribute -
getActiveCellId
long getActiveCellId()Gets the "activeCellId" attribute -
xgetActiveCellId
XmlUnsignedInt xgetActiveCellId()Gets (as xml) the "activeCellId" attribute -
isSetActiveCellId
boolean isSetActiveCellId()True if has "activeCellId" attribute -
setActiveCellId
void setActiveCellId(long activeCellId) Sets the "activeCellId" attribute -
xsetActiveCellId
Sets (as xml) the "activeCellId" attribute -
unsetActiveCellId
void unsetActiveCellId()Unsets the "activeCellId" attribute -
getSqref
List getSqref()Gets the "sqref" attribute -
xgetSqref
STSqref xgetSqref()Gets (as xml) the "sqref" attribute -
isSetSqref
boolean isSetSqref()True if has "sqref" attribute -
setSqref
Sets the "sqref" attribute -
xsetSqref
Sets (as xml) the "sqref" attribute -
unsetSqref
void unsetSqref()Unsets the "sqref" attribute
-