public interface CTPivotAreas extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTPivotAreas.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTPivotArea |
addNewPivotArea()
Appends and returns a new empty value (as xml) as the last "pivotArea" element
|
long |
getCount()
Gets the "count" attribute
|
CTPivotArea[] |
getPivotAreaArray()
Deprecated.
|
CTPivotArea |
getPivotAreaArray(int i)
Gets ith "pivotArea" element
|
List<CTPivotArea> |
getPivotAreaList()
Gets a List of "pivotArea" elements
|
CTPivotArea |
insertNewPivotArea(int i)
Inserts and returns a new empty value (as xml) as the ith "pivotArea" element
|
boolean |
isSetCount()
True if has "count" attribute
|
void |
removePivotArea(int i)
Removes the ith "pivotArea" element
|
void |
setCount(long count)
Sets the "count" attribute
|
void |
setPivotAreaArray(CTPivotArea[] pivotAreaArray)
Sets array of all "pivotArea" element
|
void |
setPivotAreaArray(int i,
CTPivotArea pivotArea)
Sets ith "pivotArea" element
|
int |
sizeOfPivotAreaArray()
Returns number of "pivotArea" element
|
void |
unsetCount()
Unsets the "count" attribute
|
XmlUnsignedInt |
xgetCount()
Gets (as xml) the "count" attribute
|
void |
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTPivotArea> getPivotAreaList()
@Deprecated CTPivotArea[] getPivotAreaArray()
CTPivotArea getPivotAreaArray(int i)
int sizeOfPivotAreaArray()
void setPivotAreaArray(CTPivotArea[] pivotAreaArray)
void setPivotAreaArray(int i,
CTPivotArea pivotArea)
CTPivotArea insertNewPivotArea(int i)
CTPivotArea addNewPivotArea()
void removePivotArea(int i)
long getCount()
XmlUnsignedInt xgetCount()
boolean isSetCount()
void setCount(long count)
void xsetCount(XmlUnsignedInt count)
void unsetCount()
Copyright © 2010 - 2020 Adobe. All Rights Reserved