Package org.xlsx4j.sml
Class CTPivotSelection
java.lang.Object
org.xlsx4j.sml.CTPivotSelection
- All Implemented Interfaces:
Child
Java class for CT_PivotSelection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PivotSelection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pivotArea" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotArea"/>
</sequence>
<attribute name="pane" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Pane" default="topLeft" />
<attribute name="showHeader" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="data" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="extendable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="axis" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Axis" />
<attribute name="dimension" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="start" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="min" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="activeRow" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="activeCol" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="previousRow" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="previousCol" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="click" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected Longprotected STAxisprotected Longprotected Longprotected Booleanprotected Longprotected Booleanprotected Stringprotected Booleanprotected Longprotected Longprotected STPaneprotected CTPivotAreaprotected Longprotected Longprotected Booleanprotected Long -
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.longGets the value of the activeCol property.longGets the value of the activeRow property.getAxis()Gets the value of the axis property.longgetClick()Gets the value of the click property.longgetCount()Gets the value of the count property.longGets the value of the dimension property.getId()Gets the value of the id property.longgetMax()Gets the value of the max property.longgetMin()Gets the value of the min property.getPane()Gets the value of the pane property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the pivotArea property.longGets the value of the previousCol property.longGets the value of the previousRow property.longgetStart()Gets the value of the start property.booleanisData()Gets the value of the data property.booleanGets the value of the extendable property.booleanisLabel()Gets the value of the label property.booleanGets the value of the showHeader property.voidsetActiveCol(Long value) Sets the value of the activeCol property.voidsetActiveRow(Long value) Sets the value of the activeRow property.voidSets the value of the axis property.voidSets the value of the click property.voidSets the value of the count property.voidSets the value of the data property.voidsetDimension(Long value) Sets the value of the dimension property.voidsetExtendable(Boolean value) Sets the value of the extendable property.voidSets the value of the id property.voidSets the value of the label property.voidSets the value of the max property.voidSets the value of the min property.voidSets the value of the pane property.voidvoidsetPivotArea(CTPivotArea value) Sets the value of the pivotArea property.voidsetPreviousCol(Long value) Sets the value of the previousCol property.voidsetPreviousRow(Long value) Sets the value of the previousRow property.voidsetShowHeader(Boolean value) Sets the value of the showHeader property.voidSets the value of the start property.
-
Field Details
-
pivotArea
-
pane
-
showHeader
-
label
-
data
-
extendable
-
count
-
axis
-
dimension
-
start
-
min
-
max
-
activeRow
-
activeCol
-
previousRow
-
previousCol
-
click
-
id
-
-
Constructor Details
-
CTPivotSelection
public CTPivotSelection()
-
-
Method Details
-
getPivotArea
Gets the value of the pivotArea property.- Returns:
- possible object is
CTPivotArea
-
setPivotArea
Sets the value of the pivotArea property.- Parameters:
value- allowed object isCTPivotArea
-
getPane
Gets the value of the pane property.- Returns:
- possible object is
STPane
-
setPane
Sets the value of the pane property.- Parameters:
value- allowed object isSTPane
-
isShowHeader
public boolean isShowHeader()Gets the value of the showHeader property.- Returns:
- possible object is
Boolean
-
setShowHeader
Sets the value of the showHeader property.- Parameters:
value- allowed object isBoolean
-
isLabel
public boolean isLabel()Gets the value of the label property.- Returns:
- possible object is
Boolean
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isBoolean
-
isData
public boolean isData()Gets the value of the data property.- Returns:
- possible object is
Boolean
-
setData
Sets the value of the data property.- Parameters:
value- allowed object isBoolean
-
isExtendable
public boolean isExtendable()Gets the value of the extendable property.- Returns:
- possible object is
Boolean
-
setExtendable
Sets the value of the extendable property.- Parameters:
value- allowed object isBoolean
-
getCount
public long getCount()Gets the value of the count property.- Returns:
- possible object is
Long
-
setCount
Sets the value of the count property.- Parameters:
value- allowed object isLong
-
getAxis
Gets the value of the axis property.- Returns:
- possible object is
STAxis
-
setAxis
Sets the value of the axis property.- Parameters:
value- allowed object isSTAxis
-
getDimension
public long getDimension()Gets the value of the dimension property.- Returns:
- possible object is
Long
-
setDimension
Sets the value of the dimension property.- Parameters:
value- allowed object isLong
-
getStart
public long getStart()Gets the value of the start property.- Returns:
- possible object is
Long
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isLong
-
getMin
public long getMin()Gets the value of the min property.- Returns:
- possible object is
Long
-
setMin
Sets the value of the min property.- Parameters:
value- allowed object isLong
-
getMax
public long getMax()Gets the value of the max property.- Returns:
- possible object is
Long
-
setMax
Sets the value of the max property.- Parameters:
value- allowed object isLong
-
getActiveRow
public long getActiveRow()Gets the value of the activeRow property.- Returns:
- possible object is
Long
-
setActiveRow
Sets the value of the activeRow property.- Parameters:
value- allowed object isLong
-
getActiveCol
public long getActiveCol()Gets the value of the activeCol property.- Returns:
- possible object is
Long
-
setActiveCol
Sets the value of the activeCol property.- Parameters:
value- allowed object isLong
-
getPreviousRow
public long getPreviousRow()Gets the value of the previousRow property.- Returns:
- possible object is
Long
-
setPreviousRow
Sets the value of the previousRow property.- Parameters:
value- allowed object isLong
-
getPreviousCol
public long getPreviousCol()Gets the value of the previousCol property.- Returns:
- possible object is
Long
-
setPreviousCol
Sets the value of the previousCol property.- Parameters:
value- allowed object isLong
-
getClick
public long getClick()Gets the value of the click property.- Returns:
- possible object is
Long
-
setClick
Sets the value of the click property.- Parameters:
value- allowed object isLong
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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.
-