Package org.xlsx4j.sml
Class CTPivotArea
java.lang.Object
org.xlsx4j.sml.CTPivotArea
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected STAxisprotected Booleanprotected Booleanprotected Booleanprotected CTExtensionListprotected Integerprotected Longprotected Booleanprotected Booleanprotected Booleanprotected Stringprotected Booleanprotected CTPivotAreaReferencesprotected STPivotAreaType -
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.getAxis()Gets the value of the axis property.Gets the value of the extLst property.getField()Gets the value of the field property.Gets the value of the fieldPosition property.Gets the value of the offset property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the references property.getType()Gets the value of the type property.booleanGets the value of the cacheIndex property.booleanGets the value of the collapsedLevelsAreSubtotals property.booleanGets the value of the dataOnly property.booleanGets the value of the grandCol property.booleanGets the value of the grandRow property.booleanGets the value of the labelOnly property.booleanGets the value of the outline property.voidSets the value of the axis property.voidsetCacheIndex(Boolean value) Sets the value of the cacheIndex property.voidSets the value of the collapsedLevelsAreSubtotals property.voidsetDataOnly(Boolean value) Sets the value of the dataOnly property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidSets the value of the field property.voidsetFieldPosition(Long value) Sets the value of the fieldPosition property.voidsetGrandCol(Boolean value) Sets the value of the grandCol property.voidsetGrandRow(Boolean value) Sets the value of the grandRow property.voidsetLabelOnly(Boolean value) Sets the value of the labelOnly property.voidSets the value of the offset property.voidsetOutline(Boolean value) Sets the value of the outline property.voidvoidSets the value of the references property.voidsetType(STPivotAreaType value) Sets the value of the type property.
-
Field Details
-
references
-
extLst
-
field
-
type
-
dataOnly
-
labelOnly
-
grandRow
-
grandCol
-
cacheIndex
-
outline
-
offset
-
collapsedLevelsAreSubtotals
-
axis
-
fieldPosition
-
-
Constructor Details
-
CTPivotArea
public CTPivotArea()
-
-
Method Details
-
getReferences
Gets the value of the references property.- Returns:
- possible object is
CTPivotAreaReferences
-
setReferences
Sets the value of the references property.- Parameters:
value- allowed object isCTPivotAreaReferences
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getField
Gets the value of the field property.- Returns:
- possible object is
Integer
-
setField
Sets the value of the field property.- Parameters:
value- allowed object isInteger
-
getType
Gets the value of the type property.- Returns:
- possible object is
STPivotAreaType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTPivotAreaType
-
isDataOnly
public boolean isDataOnly()Gets the value of the dataOnly property.- Returns:
- possible object is
Boolean
-
setDataOnly
Sets the value of the dataOnly property.- Parameters:
value- allowed object isBoolean
-
isLabelOnly
public boolean isLabelOnly()Gets the value of the labelOnly property.- Returns:
- possible object is
Boolean
-
setLabelOnly
Sets the value of the labelOnly property.- Parameters:
value- allowed object isBoolean
-
isGrandRow
public boolean isGrandRow()Gets the value of the grandRow property.- Returns:
- possible object is
Boolean
-
setGrandRow
Sets the value of the grandRow property.- Parameters:
value- allowed object isBoolean
-
isGrandCol
public boolean isGrandCol()Gets the value of the grandCol property.- Returns:
- possible object is
Boolean
-
setGrandCol
Sets the value of the grandCol property.- Parameters:
value- allowed object isBoolean
-
isCacheIndex
public boolean isCacheIndex()Gets the value of the cacheIndex property.- Returns:
- possible object is
Boolean
-
setCacheIndex
Sets the value of the cacheIndex property.- Parameters:
value- allowed object isBoolean
-
isOutline
public boolean isOutline()Gets the value of the outline property.- Returns:
- possible object is
Boolean
-
setOutline
Sets the value of the outline property.- Parameters:
value- allowed object isBoolean
-
getOffset
Gets the value of the offset property.- Returns:
- possible object is
String
-
setOffset
Sets the value of the offset property.- Parameters:
value- allowed object isString
-
isCollapsedLevelsAreSubtotals
public boolean isCollapsedLevelsAreSubtotals()Gets the value of the collapsedLevelsAreSubtotals property.- Returns:
- possible object is
Boolean
-
setCollapsedLevelsAreSubtotals
Sets the value of the collapsedLevelsAreSubtotals property.- Parameters:
value- allowed object isBoolean
-
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
-
getFieldPosition
Gets the value of the fieldPosition property.- Returns:
- possible object is
Long
-
setFieldPosition
Sets the value of the fieldPosition property.- Parameters:
value- allowed object isLong
-
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.
-