public class CTPane extends Object implements Child
Java class for CT_Pane complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Pane">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="xSplit" type="{http://www.w3.org/2001/XMLSchema}double" default="0" />
<attribute name="ySplit" type="{http://www.w3.org/2001/XMLSchema}double" default="0" />
<attribute name="topLeftCell" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
<attribute name="activePane" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Pane" default="topLeft" />
<attribute name="state" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_PaneState" default="split" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STPane |
activePane |
protected STPaneState |
state |
protected String |
topLeftCell |
protected Double |
xSplit |
protected Double |
ySplit |
| Constructor and Description |
|---|
CTPane() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STPane |
getActivePane()
Gets the value of the activePane property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STPaneState |
getState()
Gets the value of the state property.
|
String |
getTopLeftCell()
Gets the value of the topLeftCell property.
|
double |
getXSplit()
Gets the value of the xSplit property.
|
double |
getYSplit()
Gets the value of the ySplit property.
|
void |
setActivePane(STPane value)
Sets the value of the activePane property.
|
void |
setParent(Object parent) |
void |
setState(STPaneState value)
Sets the value of the state property.
|
void |
setTopLeftCell(String value)
Sets the value of the topLeftCell property.
|
void |
setXSplit(Double value)
Sets the value of the xSplit property.
|
void |
setYSplit(Double value)
Sets the value of the ySplit property.
|
protected Double xSplit
protected Double ySplit
protected String topLeftCell
protected STPane activePane
protected STPaneState state
public double getXSplit()
Doublepublic void setXSplit(Double value)
value - allowed object is
Doublepublic double getYSplit()
Doublepublic void setYSplit(Double value)
value - allowed object is
Doublepublic String getTopLeftCell()
Stringpublic void setTopLeftCell(String value)
value - allowed object is
Stringpublic STPane getActivePane()
STPanepublic void setActivePane(STPane value)
value - allowed object is
STPanepublic STPaneState getState()
STPaneStatepublic void setState(STPaneState value)
value - allowed object is
STPaneStatepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.