public class CTPivotSelection extends java.lang.Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
activeCol |
protected java.lang.Long |
activeRow |
protected STAxis |
axis |
protected java.lang.Long |
click |
protected java.lang.Long |
count |
protected java.lang.Boolean |
data |
protected java.lang.Long |
dimension |
protected java.lang.Boolean |
extendable |
protected java.lang.String |
id |
protected java.lang.Boolean |
label |
protected java.lang.Long |
max |
protected java.lang.Long |
min |
protected STPane |
pane |
protected CTPivotArea |
pivotArea |
protected java.lang.Long |
previousCol |
protected java.lang.Long |
previousRow |
protected java.lang.Boolean |
showHeader |
protected java.lang.Long |
start |
| Constructor and Description |
|---|
CTPivotSelection() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
long |
getActiveCol()
Gets the value of the activeCol property.
|
long |
getActiveRow()
Gets the value of the activeRow property.
|
STAxis |
getAxis()
Gets the value of the axis property.
|
long |
getClick()
Gets the value of the click property.
|
long |
getCount()
Gets the value of the count property.
|
long |
getDimension()
Gets the value of the dimension property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
long |
getMax()
Gets the value of the max property.
|
long |
getMin()
Gets the value of the min property.
|
STPane |
getPane()
Gets the value of the pane property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPivotArea |
getPivotArea()
Gets the value of the pivotArea property.
|
long |
getPreviousCol()
Gets the value of the previousCol property.
|
long |
getPreviousRow()
Gets the value of the previousRow property.
|
long |
getStart()
Gets the value of the start property.
|
boolean |
isData()
Gets the value of the data property.
|
boolean |
isExtendable()
Gets the value of the extendable property.
|
boolean |
isLabel()
Gets the value of the label property.
|
boolean |
isShowHeader()
Gets the value of the showHeader property.
|
void |
setActiveCol(java.lang.Long value)
Sets the value of the activeCol property.
|
void |
setActiveRow(java.lang.Long value)
Sets the value of the activeRow property.
|
void |
setAxis(STAxis value)
Sets the value of the axis property.
|
void |
setClick(java.lang.Long value)
Sets the value of the click property.
|
void |
setCount(java.lang.Long value)
Sets the value of the count property.
|
void |
setData(java.lang.Boolean value)
Sets the value of the data property.
|
void |
setDimension(java.lang.Long value)
Sets the value of the dimension property.
|
void |
setExtendable(java.lang.Boolean value)
Sets the value of the extendable property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLabel(java.lang.Boolean value)
Sets the value of the label property.
|
void |
setMax(java.lang.Long value)
Sets the value of the max property.
|
void |
setMin(java.lang.Long value)
Sets the value of the min property.
|
void |
setPane(STPane value)
Sets the value of the pane property.
|
void |
setParent(java.lang.Object parent) |
void |
setPivotArea(CTPivotArea value)
Sets the value of the pivotArea property.
|
void |
setPreviousCol(java.lang.Long value)
Sets the value of the previousCol property.
|
void |
setPreviousRow(java.lang.Long value)
Sets the value of the previousRow property.
|
void |
setShowHeader(java.lang.Boolean value)
Sets the value of the showHeader property.
|
void |
setStart(java.lang.Long value)
Sets the value of the start property.
|
protected CTPivotArea pivotArea
protected STPane pane
protected java.lang.Boolean showHeader
protected java.lang.Boolean label
protected java.lang.Boolean data
protected java.lang.Boolean extendable
protected java.lang.Long count
protected STAxis axis
protected java.lang.Long dimension
protected java.lang.Long start
protected java.lang.Long min
protected java.lang.Long max
protected java.lang.Long activeRow
protected java.lang.Long activeCol
protected java.lang.Long previousRow
protected java.lang.Long previousCol
protected java.lang.Long click
protected java.lang.String id
public CTPivotArea getPivotArea()
CTPivotAreapublic void setPivotArea(CTPivotArea value)
value - allowed object is
CTPivotAreapublic STPane getPane()
STPanepublic void setPane(STPane value)
value - allowed object is
STPanepublic boolean isShowHeader()
Booleanpublic void setShowHeader(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isLabel()
Booleanpublic void setLabel(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isData()
Booleanpublic void setData(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isExtendable()
Booleanpublic void setExtendable(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getCount()
Longpublic void setCount(java.lang.Long value)
value - allowed object is
Longpublic STAxis getAxis()
STAxispublic void setAxis(STAxis value)
value - allowed object is
STAxispublic long getDimension()
Longpublic void setDimension(java.lang.Long value)
value - allowed object is
Longpublic long getStart()
Longpublic void setStart(java.lang.Long value)
value - allowed object is
Longpublic long getMin()
Longpublic void setMin(java.lang.Long value)
value - allowed object is
Longpublic long getMax()
Longpublic void setMax(java.lang.Long value)
value - allowed object is
Longpublic long getActiveRow()
Longpublic void setActiveRow(java.lang.Long value)
value - allowed object is
Longpublic long getActiveCol()
Longpublic void setActiveCol(java.lang.Long value)
value - allowed object is
Longpublic long getPreviousRow()
Longpublic void setPreviousRow(java.lang.Long value)
value - allowed object is
Longpublic long getPreviousCol()
Longpublic void setPreviousCol(java.lang.Long value)
value - allowed object is
Longpublic long getClick()
Longpublic void setClick(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.