public class CTPivotArea extends Object implements Child
Java class for CT_PivotArea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PivotArea">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="references" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotAreaReferences" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="field" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="type" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_PivotAreaType" default="normal" />
<attribute name="dataOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="labelOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="grandRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="grandCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="cacheIndex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="outline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="offset" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
<attribute name="collapsedLevelsAreSubtotals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="axis" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Axis" />
<attribute name="fieldPosition" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STAxis |
axis |
protected Boolean |
cacheIndex |
protected Boolean |
collapsedLevelsAreSubtotals |
protected Boolean |
dataOnly |
protected CTExtensionList |
extLst |
protected Integer |
field |
protected Long |
fieldPosition |
protected Boolean |
grandCol |
protected Boolean |
grandRow |
protected Boolean |
labelOnly |
protected String |
offset |
protected Boolean |
outline |
protected CTPivotAreaReferences |
references |
protected STPivotAreaType |
type |
| Constructor and Description |
|---|
CTPivotArea() |
| 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.
|
STAxis |
getAxis()
Gets the value of the axis property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Integer |
getField()
Gets the value of the field property.
|
Long |
getFieldPosition()
Gets the value of the fieldPosition property.
|
String |
getOffset()
Gets the value of the offset property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPivotAreaReferences |
getReferences()
Gets the value of the references property.
|
STPivotAreaType |
getType()
Gets the value of the type property.
|
boolean |
isCacheIndex()
Gets the value of the cacheIndex property.
|
boolean |
isCollapsedLevelsAreSubtotals()
Gets the value of the collapsedLevelsAreSubtotals property.
|
boolean |
isDataOnly()
Gets the value of the dataOnly property.
|
boolean |
isGrandCol()
Gets the value of the grandCol property.
|
boolean |
isGrandRow()
Gets the value of the grandRow property.
|
boolean |
isLabelOnly()
Gets the value of the labelOnly property.
|
boolean |
isOutline()
Gets the value of the outline property.
|
void |
setAxis(STAxis value)
Sets the value of the axis property.
|
void |
setCacheIndex(Boolean value)
Sets the value of the cacheIndex property.
|
void |
setCollapsedLevelsAreSubtotals(Boolean value)
Sets the value of the collapsedLevelsAreSubtotals property.
|
void |
setDataOnly(Boolean value)
Sets the value of the dataOnly property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setField(Integer value)
Sets the value of the field property.
|
void |
setFieldPosition(Long value)
Sets the value of the fieldPosition property.
|
void |
setGrandCol(Boolean value)
Sets the value of the grandCol property.
|
void |
setGrandRow(Boolean value)
Sets the value of the grandRow property.
|
void |
setLabelOnly(Boolean value)
Sets the value of the labelOnly property.
|
void |
setOffset(String value)
Sets the value of the offset property.
|
void |
setOutline(Boolean value)
Sets the value of the outline property.
|
void |
setParent(Object parent) |
void |
setReferences(CTPivotAreaReferences value)
Sets the value of the references property.
|
void |
setType(STPivotAreaType value)
Sets the value of the type property.
|
protected CTPivotAreaReferences references
protected CTExtensionList extLst
protected Integer field
protected STPivotAreaType type
protected Boolean dataOnly
protected Boolean labelOnly
protected Boolean grandRow
protected Boolean grandCol
protected Boolean cacheIndex
protected Boolean outline
protected String offset
protected Boolean collapsedLevelsAreSubtotals
protected STAxis axis
protected Long fieldPosition
public CTPivotAreaReferences getReferences()
CTPivotAreaReferencespublic void setReferences(CTPivotAreaReferences value)
value - allowed object is
CTPivotAreaReferencespublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic Integer getField()
Integerpublic void setField(Integer value)
value - allowed object is
Integerpublic STPivotAreaType getType()
STPivotAreaTypepublic void setType(STPivotAreaType value)
value - allowed object is
STPivotAreaTypepublic boolean isDataOnly()
Booleanpublic void setDataOnly(Boolean value)
value - allowed object is
Booleanpublic boolean isLabelOnly()
Booleanpublic void setLabelOnly(Boolean value)
value - allowed object is
Booleanpublic boolean isGrandRow()
Booleanpublic void setGrandRow(Boolean value)
value - allowed object is
Booleanpublic boolean isGrandCol()
Booleanpublic void setGrandCol(Boolean value)
value - allowed object is
Booleanpublic boolean isCacheIndex()
Booleanpublic void setCacheIndex(Boolean value)
value - allowed object is
Booleanpublic boolean isOutline()
Booleanpublic void setOutline(Boolean value)
value - allowed object is
Booleanpublic String getOffset()
Stringpublic void setOffset(String value)
value - allowed object is
Stringpublic boolean isCollapsedLevelsAreSubtotals()
Booleanpublic void setCollapsedLevelsAreSubtotals(Boolean value)
value - allowed object is
Booleanpublic STAxis getAxis()
STAxispublic void setAxis(STAxis value)
value - allowed object is
STAxispublic Long getFieldPosition()
Longpublic void setFieldPosition(Long value)
value - allowed object is
Longpublic 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.