Interface CTPivotFmts
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PivotFmts(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPivotFmts> 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 value (as xml) as the last "pivotFmt" elementGets array of all "pivotFmt" elementsgetPivotFmtArray(int i) Gets ith "pivotFmt" elementGets a List of "pivotFmt" elementsinsertNewPivotFmt(int i) Inserts and returns a new empty value (as xml) as the ith "pivotFmt" elementvoidremovePivotFmt(int i) Removes the ith "pivotFmt" elementvoidsetPivotFmtArray(int i, CTPivotFmt pivotFmt) Sets ith "pivotFmt" elementvoidsetPivotFmtArray(CTPivotFmt[] pivotFmtArray) Sets array of all "pivotFmt" elementintReturns number of "pivotFmt" elementMethods 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
-
getPivotFmtList
List<CTPivotFmt> getPivotFmtList()Gets a List of "pivotFmt" elements -
getPivotFmtArray
CTPivotFmt[] getPivotFmtArray()Gets array of all "pivotFmt" elements -
getPivotFmtArray
Gets ith "pivotFmt" element -
sizeOfPivotFmtArray
int sizeOfPivotFmtArray()Returns number of "pivotFmt" element -
setPivotFmtArray
Sets array of all "pivotFmt" element -
setPivotFmtArray
Sets ith "pivotFmt" element -
insertNewPivotFmt
Inserts and returns a new empty value (as xml) as the ith "pivotFmt" element -
addNewPivotFmt
CTPivotFmt addNewPivotFmt()Appends and returns a new empty value (as xml) as the last "pivotFmt" element -
removePivotFmt
void removePivotFmt(int i) Removes the ith "pivotFmt" element
-