Interface CTPieChart
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_PieChart(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTPieChart> 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 "dLbls" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "firstSliceAng" elementAppends and returns a new empty value (as xml) as the last "ser" elementAppends and returns a new empty "varyColors" elementgetDLbls()
Gets the "dLbls" elementGets the "extLst" elementGets the "firstSliceAng" elementCTPieSer[]
Gets array of all "ser" elementsgetSerArray
(int i) Gets ith "ser" elementGets a List of "ser" elementsGets the "varyColors" elementinsertNewSer
(int i) Inserts and returns a new empty value (as xml) as the ith "ser" elementboolean
True if has "dLbls" elementboolean
True if has "extLst" elementboolean
True if has "firstSliceAng" elementboolean
True if has "varyColors" elementvoid
removeSer
(int i) Removes the ith "ser" elementvoid
Sets the "dLbls" elementvoid
setExtLst
(CTExtensionList extLst) Sets the "extLst" elementvoid
setFirstSliceAng
(CTFirstSliceAng firstSliceAng) Sets the "firstSliceAng" elementvoid
setSerArray
(int i, CTPieSer ser) Sets ith "ser" elementvoid
setSerArray
(CTPieSer[] serArray) Sets array of all "ser" elementvoid
setVaryColors
(CTBoolean varyColors) Sets the "varyColors" elementint
Returns number of "ser" elementvoid
Unsets the "dLbls" elementvoid
Unsets the "extLst" elementvoid
Unsets the "firstSliceAng" elementvoid
Unsets the "varyColors" 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
-
getVaryColors
CTBoolean getVaryColors()Gets the "varyColors" element -
isSetVaryColors
boolean isSetVaryColors()True if has "varyColors" element -
setVaryColors
Sets the "varyColors" element -
addNewVaryColors
CTBoolean addNewVaryColors()Appends and returns a new empty "varyColors" element -
unsetVaryColors
void unsetVaryColors()Unsets the "varyColors" element -
getSerList
Gets a List of "ser" elements -
getSerArray
CTPieSer[] getSerArray()Gets array of all "ser" elements -
getSerArray
Gets ith "ser" element -
sizeOfSerArray
int sizeOfSerArray()Returns number of "ser" element -
setSerArray
Sets array of all "ser" element -
setSerArray
Sets ith "ser" element -
insertNewSer
Inserts and returns a new empty value (as xml) as the ith "ser" element -
addNewSer
CTPieSer addNewSer()Appends and returns a new empty value (as xml) as the last "ser" element -
removeSer
void removeSer(int i) Removes the ith "ser" element -
getDLbls
CTDLbls getDLbls()Gets the "dLbls" element -
isSetDLbls
boolean isSetDLbls()True if has "dLbls" element -
setDLbls
Sets the "dLbls" element -
addNewDLbls
CTDLbls addNewDLbls()Appends and returns a new empty "dLbls" element -
unsetDLbls
void unsetDLbls()Unsets the "dLbls" element -
getFirstSliceAng
CTFirstSliceAng getFirstSliceAng()Gets the "firstSliceAng" element -
isSetFirstSliceAng
boolean isSetFirstSliceAng()True if has "firstSliceAng" element -
setFirstSliceAng
Sets the "firstSliceAng" element -
addNewFirstSliceAng
CTFirstSliceAng addNewFirstSliceAng()Appends and returns a new empty "firstSliceAng" element -
unsetFirstSliceAng
void unsetFirstSliceAng()Unsets the "firstSliceAng" 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
-