public class CTPivotSelection extends 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 Long |
activeCol |
protected Long |
activeRow |
protected STAxis |
axis |
protected Long |
click |
protected Long |
count |
protected Boolean |
data |
protected Long |
dimension |
protected Boolean |
extendable |
protected String |
id |
protected Boolean |
label |
protected Long |
max |
protected Long |
min |
protected STPane |
pane |
protected CTPivotArea |
pivotArea |
protected Long |
previousCol |
protected Long |
previousRow |
protected Boolean |
showHeader |
protected Long |
start |
| Constructor and Description |
|---|
CTPivotSelection() |
| 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.
|
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.
|
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.
|
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(Long value)
Sets the value of the activeCol property.
|
void |
setActiveRow(Long value)
Sets the value of the activeRow property.
|
void |
setAxis(STAxis value)
Sets the value of the axis property.
|
void |
setClick(Long value)
Sets the value of the click property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
void |
setData(Boolean value)
Sets the value of the data property.
|
void |
setDimension(Long value)
Sets the value of the dimension property.
|
void |
setExtendable(Boolean value)
Sets the value of the extendable property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLabel(Boolean value)
Sets the value of the label property.
|
void |
setMax(Long value)
Sets the value of the max property.
|
void |
setMin(Long value)
Sets the value of the min property.
|
void |
setPane(STPane value)
Sets the value of the pane property.
|
void |
setParent(Object parent) |
void |
setPivotArea(CTPivotArea value)
Sets the value of the pivotArea property.
|
void |
setPreviousCol(Long value)
Sets the value of the previousCol property.
|
void |
setPreviousRow(Long value)
Sets the value of the previousRow property.
|
void |
setShowHeader(Boolean value)
Sets the value of the showHeader property.
|
void |
setStart(Long value)
Sets the value of the start property.
|
protected CTPivotArea pivotArea
protected STPane pane
protected Boolean showHeader
protected Boolean label
protected Boolean data
protected Boolean extendable
protected Long count
protected STAxis axis
protected Long dimension
protected Long start
protected Long min
protected Long max
protected Long activeRow
protected Long activeCol
protected Long previousRow
protected Long previousCol
protected Long click
protected 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(Boolean value)
value - allowed object is
Booleanpublic boolean isLabel()
Booleanpublic void setLabel(Boolean value)
value - allowed object is
Booleanpublic boolean isData()
Booleanpublic void setData(Boolean value)
value - allowed object is
Booleanpublic boolean isExtendable()
Booleanpublic void setExtendable(Boolean value)
value - allowed object is
Booleanpublic long getCount()
Longpublic void setCount(Long value)
value - allowed object is
Longpublic STAxis getAxis()
STAxispublic void setAxis(STAxis value)
value - allowed object is
STAxispublic long getDimension()
Longpublic void setDimension(Long value)
value - allowed object is
Longpublic long getStart()
Longpublic void setStart(Long value)
value - allowed object is
Longpublic long getMin()
Longpublic void setMin(Long value)
value - allowed object is
Longpublic long getMax()
Longpublic void setMax(Long value)
value - allowed object is
Longpublic long getActiveRow()
Longpublic void setActiveRow(Long value)
value - allowed object is
Longpublic long getActiveCol()
Longpublic void setActiveCol(Long value)
value - allowed object is
Longpublic long getPreviousRow()
Longpublic void setPreviousRow(Long value)
value - allowed object is
Longpublic long getPreviousCol()
Longpublic void setPreviousCol(Long value)
value - allowed object is
Longpublic long getClick()
Longpublic void setClick(Long value)
value - allowed object is
Longpublic void setId(String value)
value - allowed object is
Stringpublic 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-2021. All Rights Reserved.