Interface CTPane
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPane extends XmlObject
An XML CT_Pane(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPane.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 STPane.EnumgetActivePane()Gets the "activePane" attributeSTPaneState.EnumgetState()Gets the "state" attributejava.lang.StringgetTopLeftCell()Gets the "topLeftCell" attributedoublegetXSplit()Gets the "xSplit" attributedoublegetYSplit()Gets the "ySplit" attributebooleanisSetActivePane()True if has "activePane" attributebooleanisSetState()True if has "state" attributebooleanisSetTopLeftCell()True if has "topLeftCell" attributebooleanisSetXSplit()True if has "xSplit" attributebooleanisSetYSplit()True if has "ySplit" attributevoidsetActivePane(STPane.Enum activePane)Sets the "activePane" attributevoidsetState(STPaneState.Enum state)Sets the "state" attributevoidsetTopLeftCell(java.lang.String topLeftCell)Sets the "topLeftCell" attributevoidsetXSplit(double xSplit)Sets the "xSplit" attributevoidsetYSplit(double ySplit)Sets the "ySplit" attributevoidunsetActivePane()Unsets the "activePane" attributevoidunsetState()Unsets the "state" attributevoidunsetTopLeftCell()Unsets the "topLeftCell" attributevoidunsetXSplit()Unsets the "xSplit" attributevoidunsetYSplit()Unsets the "ySplit" attributeSTPanexgetActivePane()Gets (as xml) the "activePane" attributeSTPaneStatexgetState()Gets (as xml) the "state" attributeSTCellRefxgetTopLeftCell()Gets (as xml) the "topLeftCell" attributeXmlDoublexgetXSplit()Gets (as xml) the "xSplit" attributeXmlDoublexgetYSplit()Gets (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" 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
-
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
void xsetXSplit(XmlDouble xSplit)
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
void xsetYSplit(XmlDouble ySplit)
Sets (as xml) the "ySplit" attribute
-
unsetYSplit
void unsetYSplit()
Unsets the "ySplit" 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
-
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
void setActivePane(STPane.Enum activePane)
Sets the "activePane" attribute
-
xsetActivePane
void xsetActivePane(STPane activePane)
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
void setState(STPaneState.Enum state)
Sets the "state" attribute
-
xsetState
void xsetState(STPaneState state)
Sets (as xml) the "state" attribute
-
unsetState
void unsetState()
Unsets the "state" attribute
-
-