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 class
CTPane.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description 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 STPane.Enum
getActivePane()
Gets the "activePane" attributeSTPaneState.Enum
getState()
Gets the "state" attributejava.lang.String
getTopLeftCell()
Gets the "topLeftCell" attributedouble
getXSplit()
Gets the "xSplit" attributedouble
getYSplit()
Gets the "ySplit" attributeboolean
isSetActivePane()
True if has "activePane" attributeboolean
isSetState()
True if has "state" attributeboolean
isSetTopLeftCell()
True if has "topLeftCell" attributeboolean
isSetXSplit()
True if has "xSplit" attributeboolean
isSetYSplit()
True if has "ySplit" attributevoid
setActivePane(STPane.Enum activePane)
Sets the "activePane" attributevoid
setState(STPaneState.Enum state)
Sets the "state" attributevoid
setTopLeftCell(java.lang.String topLeftCell)
Sets the "topLeftCell" attributevoid
setXSplit(double xSplit)
Sets the "xSplit" attributevoid
setYSplit(double ySplit)
Sets the "ySplit" attributevoid
unsetActivePane()
Unsets the "activePane" attributevoid
unsetState()
Unsets the "state" attributevoid
unsetTopLeftCell()
Unsets the "topLeftCell" attributevoid
unsetXSplit()
Unsets the "xSplit" attributevoid
unsetYSplit()
Unsets the "ySplit" attributeSTPane
xgetActivePane()
Gets (as xml) the "activePane" attributeSTPaneState
xgetState()
Gets (as xml) the "state" attributeSTCellRef
xgetTopLeftCell()
Gets (as xml) the "topLeftCell" attributeXmlDouble
xgetXSplit()
Gets (as xml) the "xSplit" attributeXmlDouble
xgetYSplit()
Gets (as xml) the "ySplit" attributevoid
xsetActivePane(STPane activePane)
Sets (as xml) the "activePane" attributevoid
xsetState(STPaneState state)
Sets (as xml) the "state" attributevoid
xsetTopLeftCell(STCellRef topLeftCell)
Sets (as xml) the "topLeftCell" attributevoid
xsetXSplit(XmlDouble xSplit)
Sets (as xml) the "xSplit" attributevoid
xsetYSplit(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
-
-