Interface CTPivotSource
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_PivotSource(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTPivotSource> static final SchemaType
Fields 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 "extLst" elementAppends and returns a new empty "fmtId" elementGets array of all "extLst" elementsgetExtLstArray
(int i) Gets ith "extLst" elementGets a List of "extLst" elementsgetFmtId()
Gets the "fmtId" elementgetName()
Gets the "name" elementinsertNewExtLst
(int i) Inserts and returns a new empty value (as xml) as the ith "extLst" elementvoid
removeExtLst
(int i) Removes the ith "extLst" elementvoid
setExtLstArray
(int i, CTExtensionList extLst) Sets ith "extLst" elementvoid
setExtLstArray
(CTExtensionList[] extLstArray) Sets array of all "extLst" elementvoid
setFmtId
(CTUnsignedInt fmtId) Sets the "fmtId" elementvoid
Sets the "name" elementint
Returns number of "extLst" elementorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring
xgetName()
Gets (as xml) the "name" elementvoid
xsetName
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" 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, valueHashCode
Methods 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
-
getName
String getName()Gets the "name" element -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()Gets (as xml) the "name" element -
setName
Sets the "name" element -
getFmtId
CTUnsignedInt getFmtId()Gets the "fmtId" element -
setFmtId
Sets the "fmtId" element -
addNewFmtId
CTUnsignedInt addNewFmtId()Appends and returns a new empty "fmtId" element -
getExtLstList
List<CTExtensionList> getExtLstList()Gets a List of "extLst" elements -
getExtLstArray
CTExtensionList[] getExtLstArray()Gets array of all "extLst" elements -
getExtLstArray
Gets ith "extLst" element -
sizeOfExtLstArray
int sizeOfExtLstArray()Returns number of "extLst" element -
setExtLstArray
Sets array of all "extLst" element -
setExtLstArray
Sets ith "extLst" element -
insertNewExtLst
Inserts and returns a new empty value (as xml) as the ith "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty value (as xml) as the last "extLst" element -
removeExtLst
void removeExtLst(int i) Removes the ith "extLst" element
-