Interface CTPane
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Pane(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "activePane" attributegetState()Gets the "state" attributeGets the "topLeftCell" attributedoubleGets the "xSplit" attributedoubleGets the "ySplit" attributebooleanTrue if has "activePane" attributebooleanTrue if has "state" attributebooleanTrue if has "topLeftCell" attributebooleanTrue if has "xSplit" attributebooleanTrue if has "ySplit" attributevoidsetActivePane(STPane.Enum activePane) Sets the "activePane" attributevoidsetState(STPaneState.Enum state) Sets the "state" attributevoidsetTopLeftCell(String topLeftCell) Sets the "topLeftCell" attributevoidsetXSplit(double xSplit) Sets the "xSplit" attributevoidsetYSplit(double ySplit) Sets the "ySplit" attributevoidUnsets the "activePane" attributevoidUnsets the "state" attributevoidUnsets the "topLeftCell" attributevoidUnsets the "xSplit" attributevoidUnsets the "ySplit" attributeGets (as xml) the "activePane" attributeGets (as xml) the "state" attributeGets (as xml) the "topLeftCell" attributeGets (as xml) the "xSplit" attributeGets (as xml) the "ySplit" attributevoidxsetActivePane(STPane activePane) Sets (as xml) the "activePane" attributevoidxsetState(STPaneState state) Sets (as xml) the "state" attributevoidxsetTopLeftCell(STCellRef topLeftCell) Sets (as xml) the "topLeftCell" attributevoidxsetXSplit(XmlDouble xSplit) Sets (as xml) the "xSplit" attributevoidxsetYSplit(XmlDouble ySplit) Sets (as xml) the "ySplit" 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, valueHashCodeMethods 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
-
getXSplit
double getXSplit()Gets the "xSplit" attribute -
xgetXSplit
XmlDouble xgetXSplit()Gets (as xml) the "xSplit" attribute -
isSetXSplit
boolean isSetXSplit()True if has "xSplit" attribute -
setXSplit
void setXSplit(double xSplit) Sets the "xSplit" attribute -
xsetXSplit
Sets (as xml) the "xSplit" attribute -
unsetXSplit
void unsetXSplit()Unsets the "xSplit" attribute -
getYSplit
double getYSplit()Gets the "ySplit" attribute -
xgetYSplit
XmlDouble xgetYSplit()Gets (as xml) the "ySplit" attribute -
isSetYSplit
boolean isSetYSplit()True if has "ySplit" attribute -
setYSplit
void setYSplit(double ySplit) Sets the "ySplit" attribute -
xsetYSplit
Sets (as xml) the "ySplit" attribute -
unsetYSplit
void unsetYSplit()Unsets the "ySplit" attribute -
getTopLeftCell
String getTopLeftCell()Gets the "topLeftCell" attribute -
xgetTopLeftCell
STCellRef xgetTopLeftCell()Gets (as xml) the "topLeftCell" attribute -
isSetTopLeftCell
boolean isSetTopLeftCell()True if has "topLeftCell" attribute -
setTopLeftCell
Sets the "topLeftCell" attribute -
xsetTopLeftCell
Sets (as xml) the "topLeftCell" attribute -
unsetTopLeftCell
void unsetTopLeftCell()Unsets the "topLeftCell" attribute -
getActivePane
STPane.Enum getActivePane()Gets the "activePane" attribute -
xgetActivePane
STPane xgetActivePane()Gets (as xml) the "activePane" attribute -
isSetActivePane
boolean isSetActivePane()True if has "activePane" attribute -
setActivePane
Sets the "activePane" attribute -
xsetActivePane
Sets (as xml) the "activePane" attribute -
unsetActivePane
void unsetActivePane()Unsets the "activePane" attribute -
getState
STPaneState.Enum getState()Gets the "state" attribute -
xgetState
STPaneState xgetState()Gets (as xml) the "state" attribute -
isSetState
boolean isSetState()True if has "state" attribute -
setState
Sets the "state" attribute -
xsetState
Sets (as xml) the "state" attribute -
unsetState
void unsetState()Unsets the "state" attribute
-