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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTSelection.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 java.lang.StringgetActiveCell()Gets the "activeCell" attributelonggetActiveCellId()Gets the "activeCellId" attributeSTPane.EnumgetPane()Gets the "pane" attributejava.util.ListgetSqref()Gets the "sqref" attributebooleanisSetActiveCell()True if has "activeCell" attributebooleanisSetActiveCellId()True if has "activeCellId" attributebooleanisSetPane()True if has "pane" attributebooleanisSetSqref()True if has "sqref" attributevoidsetActiveCell(java.lang.String activeCell)Sets the "activeCell" attributevoidsetActiveCellId(long activeCellId)Sets the "activeCellId" attributevoidsetPane(STPane.Enum pane)Sets the "pane" attributevoidsetSqref(java.util.List sqref)Sets the "sqref" attributevoidunsetActiveCell()Unsets the "activeCell" attributevoidunsetActiveCellId()Unsets the "activeCellId" attributevoidunsetPane()Unsets the "pane" attributevoidunsetSqref()Unsets the "sqref" attributeSTCellRefxgetActiveCell()Gets (as xml) the "activeCell" attributeXmlUnsignedIntxgetActiveCellId()Gets (as xml) the "activeCellId" attributeSTPanexgetPane()Gets (as xml) the "pane" attributeSTSqrefxgetSqref()Gets (as xml) the "sqref" attributevoidxsetActiveCell(STCellRef activeCell)Sets (as xml) the "activeCell" attributevoidxsetActiveCellId(XmlUnsignedInt activeCellId)Sets (as xml) the "activeCellId" attributevoidxsetPane(STPane pane)Sets (as xml) the "pane" attributevoidxsetSqref(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
-
-