Interface CTPivotArea
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PivotArea(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPivotArea> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementAppends and returns a new empty "references" elementgetAxis()Gets the "axis" attributebooleanGets the "cacheIndex" attributebooleanGets the "collapsedLevelsAreSubtotals" attributebooleanGets the "dataOnly" attributeGets the "extLst" elementintgetField()Gets the "field" attributelongGets the "fieldPosition" attributebooleanGets the "grandCol" attributebooleanGets the "grandRow" attributebooleanGets the "labelOnly" attributeGets the "offset" attributebooleanGets the "outline" attributeGets the "references" elementgetType()Gets the "type" attributebooleanTrue if has "axis" attributebooleanTrue if has "cacheIndex" attributebooleanTrue if has "collapsedLevelsAreSubtotals" attributebooleanTrue if has "dataOnly" attributebooleanTrue if has "extLst" elementbooleanTrue if has "field" attributebooleanTrue if has "fieldPosition" attributebooleanTrue if has "grandCol" attributebooleanTrue if has "grandRow" attributebooleanTrue if has "labelOnly" attributebooleanTrue if has "offset" attributebooleanTrue if has "outline" attributebooleanTrue if has "references" elementbooleanTrue if has "type" attributevoidsetAxis(STAxis.Enum axis) Sets the "axis" attributevoidsetCacheIndex(boolean cacheIndex) Sets the "cacheIndex" attributevoidsetCollapsedLevelsAreSubtotals(boolean collapsedLevelsAreSubtotals) Sets the "collapsedLevelsAreSubtotals" attributevoidsetDataOnly(boolean dataOnly) Sets the "dataOnly" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetField(int field) Sets the "field" attributevoidsetFieldPosition(long fieldPosition) Sets the "fieldPosition" attributevoidsetGrandCol(boolean grandCol) Sets the "grandCol" attributevoidsetGrandRow(boolean grandRow) Sets the "grandRow" attributevoidsetLabelOnly(boolean labelOnly) Sets the "labelOnly" attributevoidSets the "offset" attributevoidsetOutline(boolean outline) Sets the "outline" attributevoidsetReferences(CTPivotAreaReferences references) Sets the "references" elementvoidsetType(STPivotAreaType.Enum type) Sets the "type" attributevoidUnsets the "axis" attributevoidUnsets the "cacheIndex" attributevoidUnsets the "collapsedLevelsAreSubtotals" attributevoidUnsets the "dataOnly" attributevoidUnsets the "extLst" elementvoidUnsets the "field" attributevoidUnsets the "fieldPosition" attributevoidUnsets the "grandCol" attributevoidUnsets the "grandRow" attributevoidUnsets the "labelOnly" attributevoidUnsets the "offset" attributevoidUnsets the "outline" attributevoidUnsets the "references" elementvoidUnsets the "type" attributexgetAxis()Gets (as xml) the "axis" attributeGets (as xml) the "cacheIndex" attributeGets (as xml) the "collapsedLevelsAreSubtotals" attributeGets (as xml) the "dataOnly" attributeGets (as xml) the "field" attributeGets (as xml) the "fieldPosition" attributeGets (as xml) the "grandCol" attributeGets (as xml) the "grandRow" attributeGets (as xml) the "labelOnly" attributeGets (as xml) the "offset" attributeGets (as xml) the "outline" attributexgetType()Gets (as xml) the "type" attributevoidSets (as xml) the "axis" attributevoidxsetCacheIndex(XmlBoolean cacheIndex) Sets (as xml) the "cacheIndex" attributevoidxsetCollapsedLevelsAreSubtotals(XmlBoolean collapsedLevelsAreSubtotals) Sets (as xml) the "collapsedLevelsAreSubtotals" attributevoidxsetDataOnly(XmlBoolean dataOnly) Sets (as xml) the "dataOnly" attributevoidSets (as xml) the "field" attributevoidxsetFieldPosition(XmlUnsignedInt fieldPosition) Sets (as xml) the "fieldPosition" attributevoidxsetGrandCol(XmlBoolean grandCol) Sets (as xml) the "grandCol" attributevoidxsetGrandRow(XmlBoolean grandRow) Sets (as xml) the "grandRow" attributevoidxsetLabelOnly(XmlBoolean labelOnly) Sets (as xml) the "labelOnly" attributevoidxsetOffset(STRef offset) Sets (as xml) the "offset" attributevoidxsetOutline(XmlBoolean outline) Sets (as xml) the "outline" attributevoidxsetType(STPivotAreaType type) Sets (as xml) the "type" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getReferences
CTPivotAreaReferences getReferences()Gets the "references" element -
isSetReferences
boolean isSetReferences()True if has "references" element -
setReferences
Sets the "references" element -
addNewReferences
CTPivotAreaReferences addNewReferences()Appends and returns a new empty "references" element -
unsetReferences
void unsetReferences()Unsets the "references" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getField
int getField()Gets the "field" attribute -
xgetField
XmlInt xgetField()Gets (as xml) the "field" attribute -
isSetField
boolean isSetField()True if has "field" attribute -
setField
void setField(int field) Sets the "field" attribute -
xsetField
Sets (as xml) the "field" attribute -
unsetField
void unsetField()Unsets the "field" attribute -
getType
STPivotAreaType.Enum getType()Gets the "type" attribute -
xgetType
STPivotAreaType xgetType()Gets (as xml) the "type" attribute -
isSetType
boolean isSetType()True if has "type" attribute -
setType
Sets the "type" attribute -
xsetType
Sets (as xml) the "type" attribute -
unsetType
void unsetType()Unsets the "type" attribute -
getDataOnly
boolean getDataOnly()Gets the "dataOnly" attribute -
xgetDataOnly
XmlBoolean xgetDataOnly()Gets (as xml) the "dataOnly" attribute -
isSetDataOnly
boolean isSetDataOnly()True if has "dataOnly" attribute -
setDataOnly
void setDataOnly(boolean dataOnly) Sets the "dataOnly" attribute -
xsetDataOnly
Sets (as xml) the "dataOnly" attribute -
unsetDataOnly
void unsetDataOnly()Unsets the "dataOnly" attribute -
getLabelOnly
boolean getLabelOnly()Gets the "labelOnly" attribute -
xgetLabelOnly
XmlBoolean xgetLabelOnly()Gets (as xml) the "labelOnly" attribute -
isSetLabelOnly
boolean isSetLabelOnly()True if has "labelOnly" attribute -
setLabelOnly
void setLabelOnly(boolean labelOnly) Sets the "labelOnly" attribute -
xsetLabelOnly
Sets (as xml) the "labelOnly" attribute -
unsetLabelOnly
void unsetLabelOnly()Unsets the "labelOnly" attribute -
getGrandRow
boolean getGrandRow()Gets the "grandRow" attribute -
xgetGrandRow
XmlBoolean xgetGrandRow()Gets (as xml) the "grandRow" attribute -
isSetGrandRow
boolean isSetGrandRow()True if has "grandRow" attribute -
setGrandRow
void setGrandRow(boolean grandRow) Sets the "grandRow" attribute -
xsetGrandRow
Sets (as xml) the "grandRow" attribute -
unsetGrandRow
void unsetGrandRow()Unsets the "grandRow" attribute -
getGrandCol
boolean getGrandCol()Gets the "grandCol" attribute -
xgetGrandCol
XmlBoolean xgetGrandCol()Gets (as xml) the "grandCol" attribute -
isSetGrandCol
boolean isSetGrandCol()True if has "grandCol" attribute -
setGrandCol
void setGrandCol(boolean grandCol) Sets the "grandCol" attribute -
xsetGrandCol
Sets (as xml) the "grandCol" attribute -
unsetGrandCol
void unsetGrandCol()Unsets the "grandCol" attribute -
getCacheIndex
boolean getCacheIndex()Gets the "cacheIndex" attribute -
xgetCacheIndex
XmlBoolean xgetCacheIndex()Gets (as xml) the "cacheIndex" attribute -
isSetCacheIndex
boolean isSetCacheIndex()True if has "cacheIndex" attribute -
setCacheIndex
void setCacheIndex(boolean cacheIndex) Sets the "cacheIndex" attribute -
xsetCacheIndex
Sets (as xml) the "cacheIndex" attribute -
unsetCacheIndex
void unsetCacheIndex()Unsets the "cacheIndex" attribute -
getOutline
boolean getOutline()Gets the "outline" attribute -
xgetOutline
XmlBoolean xgetOutline()Gets (as xml) the "outline" attribute -
isSetOutline
boolean isSetOutline()True if has "outline" attribute -
setOutline
void setOutline(boolean outline) Sets the "outline" attribute -
xsetOutline
Sets (as xml) the "outline" attribute -
unsetOutline
void unsetOutline()Unsets the "outline" attribute -
getOffset
String getOffset()Gets the "offset" attribute -
xgetOffset
STRef xgetOffset()Gets (as xml) the "offset" attribute -
isSetOffset
boolean isSetOffset()True if has "offset" attribute -
setOffset
Sets the "offset" attribute -
xsetOffset
Sets (as xml) the "offset" attribute -
unsetOffset
void unsetOffset()Unsets the "offset" attribute -
getCollapsedLevelsAreSubtotals
boolean getCollapsedLevelsAreSubtotals()Gets the "collapsedLevelsAreSubtotals" attribute -
xgetCollapsedLevelsAreSubtotals
XmlBoolean xgetCollapsedLevelsAreSubtotals()Gets (as xml) the "collapsedLevelsAreSubtotals" attribute -
isSetCollapsedLevelsAreSubtotals
boolean isSetCollapsedLevelsAreSubtotals()True if has "collapsedLevelsAreSubtotals" attribute -
setCollapsedLevelsAreSubtotals
void setCollapsedLevelsAreSubtotals(boolean collapsedLevelsAreSubtotals) Sets the "collapsedLevelsAreSubtotals" attribute -
xsetCollapsedLevelsAreSubtotals
Sets (as xml) the "collapsedLevelsAreSubtotals" attribute -
unsetCollapsedLevelsAreSubtotals
void unsetCollapsedLevelsAreSubtotals()Unsets the "collapsedLevelsAreSubtotals" attribute -
getAxis
STAxis.Enum getAxis()Gets the "axis" attribute -
xgetAxis
STAxis xgetAxis()Gets (as xml) the "axis" attribute -
isSetAxis
boolean isSetAxis()True if has "axis" attribute -
setAxis
Sets the "axis" attribute -
xsetAxis
Sets (as xml) the "axis" attribute -
unsetAxis
void unsetAxis()Unsets the "axis" attribute -
getFieldPosition
long getFieldPosition()Gets the "fieldPosition" attribute -
xgetFieldPosition
XmlUnsignedInt xgetFieldPosition()Gets (as xml) the "fieldPosition" attribute -
isSetFieldPosition
boolean isSetFieldPosition()True if has "fieldPosition" attribute -
setFieldPosition
void setFieldPosition(long fieldPosition) Sets the "fieldPosition" attribute -
xsetFieldPosition
Sets (as xml) the "fieldPosition" attribute -
unsetFieldPosition
void unsetFieldPosition()Unsets the "fieldPosition" attribute
-