Package org.xlsx4j.sml
Class CTPane
java.lang.Object
org.xlsx4j.sml.CTPane
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected STPaneprotected STPaneStateprotected Stringprotected Doubleprotected Double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the activePane property.Gets the parent object in the object tree representing the unmarshalled xml document.getState()Gets the value of the state property.Gets the value of the topLeftCell property.doubleGets the value of the xSplit property.doubleGets the value of the ySplit property.voidsetActivePane(STPane value) Sets the value of the activePane property.voidvoidsetState(STPaneState value) Sets the value of the state property.voidsetTopLeftCell(String value) Sets the value of the topLeftCell property.voidSets the value of the xSplit property.voidSets the value of the ySplit property.
-
Field Details
-
xSplit
-
ySplit
-
topLeftCell
-
activePane
-
state
-
-
Constructor Details
-
CTPane
public CTPane()
-
-
Method Details
-
getXSplit
public double getXSplit()Gets the value of the xSplit property.- Returns:
- possible object is
Double
-
setXSplit
Sets the value of the xSplit property.- Parameters:
value- allowed object isDouble
-
getYSplit
public double getYSplit()Gets the value of the ySplit property.- Returns:
- possible object is
Double
-
setYSplit
Sets the value of the ySplit property.- Parameters:
value- allowed object isDouble
-
getTopLeftCell
Gets the value of the topLeftCell property.- Returns:
- possible object is
String
-
setTopLeftCell
Sets the value of the topLeftCell property.- Parameters:
value- allowed object isString
-
getActivePane
Gets the value of the activePane property.- Returns:
- possible object is
STPane
-
setActivePane
Sets the value of the activePane property.- Parameters:
value- allowed object isSTPane
-
getState
Gets the value of the state property.- Returns:
- possible object is
STPaneState
-
setState
Sets the value of the state property.- Parameters:
value- allowed object isSTPaneState
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-