Interface CTSelection
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTSelection extends XmlObject
An XML CT_Selection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTSelection>
Factory
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 Modifier and Type Method Description java.lang.String
getActiveCell()
Gets the "activeCell" attributelong
getActiveCellId()
Gets the "activeCellId" attributeSTPane.Enum
getPane()
Gets the "pane" attributejava.util.List
getSqref()
Gets the "sqref" attributeboolean
isSetActiveCell()
True if has "activeCell" attributeboolean
isSetActiveCellId()
True if has "activeCellId" attributeboolean
isSetPane()
True if has "pane" attributeboolean
isSetSqref()
True if has "sqref" attributevoid
setActiveCell(java.lang.String activeCell)
Sets the "activeCell" attributevoid
setActiveCellId(long activeCellId)
Sets the "activeCellId" attributevoid
setPane(STPane.Enum pane)
Sets the "pane" attributevoid
setSqref(java.util.List sqref)
Sets the "sqref" attributevoid
unsetActiveCell()
Unsets the "activeCell" attributevoid
unsetActiveCellId()
Unsets the "activeCellId" attributevoid
unsetPane()
Unsets the "pane" attributevoid
unsetSqref()
Unsets the "sqref" attributeSTCellRef
xgetActiveCell()
Gets (as xml) the "activeCell" attributeXmlUnsignedInt
xgetActiveCellId()
Gets (as xml) the "activeCellId" attributeSTPane
xgetPane()
Gets (as xml) the "pane" attributeSTSqref
xgetSqref()
Gets (as xml) the "sqref" attributevoid
xsetActiveCell(STCellRef activeCell)
Sets (as xml) the "activeCell" attributevoid
xsetActiveCellId(XmlUnsignedInt activeCellId)
Sets (as xml) the "activeCellId" attributevoid
xsetPane(STPane pane)
Sets (as xml) the "pane" attributevoid
xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTSelection> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
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
void setPane(STPane.Enum pane)
Sets the "pane" attribute
-
xsetPane
void xsetPane(STPane pane)
Sets (as xml) the "pane" attribute
-
unsetPane
void unsetPane()
Unsets the "pane" attribute
-
getActiveCell
java.lang.String getActiveCell()
Gets the "activeCell" attribute
-
xgetActiveCell
STCellRef xgetActiveCell()
Gets (as xml) the "activeCell" attribute
-
isSetActiveCell
boolean isSetActiveCell()
True if has "activeCell" attribute
-
setActiveCell
void setActiveCell(java.lang.String activeCell)
Sets the "activeCell" attribute
-
xsetActiveCell
void xsetActiveCell(STCellRef activeCell)
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
void xsetActiveCellId(XmlUnsignedInt activeCellId)
Sets (as xml) the "activeCellId" attribute
-
unsetActiveCellId
void unsetActiveCellId()
Unsets the "activeCellId" attribute
-
getSqref
java.util.List getSqref()
Gets the "sqref" attribute
-
xgetSqref
STSqref xgetSqref()
Gets (as xml) the "sqref" attribute
-
isSetSqref
boolean isSetSqref()
True if has "sqref" attribute
-
setSqref
void setSqref(java.util.List sqref)
Sets the "sqref" attribute
-
xsetSqref
void xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" attribute
-
unsetSqref
void unsetSqref()
Unsets the "sqref" attribute
-
-