Interface CTOfPieChart
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTOfPieChart extends XmlObject
An XML CT_OfPieChart(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTOfPieChart.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTCustSplit
addNewCustSplit()
Appends and returns a new empty "custSplit" elementCTDLbls
addNewDLbls()
Appends and returns a new empty "dLbls" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTGapAmount
addNewGapWidth()
Appends and returns a new empty "gapWidth" elementCTOfPieType
addNewOfPieType()
Appends and returns a new empty "ofPieType" elementCTSecondPieSize
addNewSecondPieSize()
Appends and returns a new empty "secondPieSize" elementCTPieSer
addNewSer()
Appends and returns a new empty value (as xml) as the last "ser" elementCTChartLines
addNewSerLines()
Appends and returns a new empty value (as xml) as the last "serLines" elementCTDouble
addNewSplitPos()
Appends and returns a new empty "splitPos" elementCTSplitType
addNewSplitType()
Appends and returns a new empty "splitType" elementCTBoolean
addNewVaryColors()
Appends and returns a new empty "varyColors" elementCTCustSplit
getCustSplit()
Gets the "custSplit" elementCTDLbls
getDLbls()
Gets the "dLbls" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTGapAmount
getGapWidth()
Gets the "gapWidth" elementCTOfPieType
getOfPieType()
Gets the "ofPieType" elementCTSecondPieSize
getSecondPieSize()
Gets the "secondPieSize" elementCTPieSer[]
getSerArray()
Deprecated.CTPieSer
getSerArray(int i)
Gets ith "ser" elementCTChartLines[]
getSerLinesArray()
Deprecated.CTChartLines
getSerLinesArray(int i)
Gets ith "serLines" elementjava.util.List<CTChartLines>
getSerLinesList()
Gets a List of "serLines" elementsjava.util.List<CTPieSer>
getSerList()
Gets a List of "ser" elementsCTDouble
getSplitPos()
Gets the "splitPos" elementCTSplitType
getSplitType()
Gets the "splitType" elementCTBoolean
getVaryColors()
Gets the "varyColors" elementCTPieSer
insertNewSer(int i)
Inserts and returns a new empty value (as xml) as the ith "ser" elementCTChartLines
insertNewSerLines(int i)
Inserts and returns a new empty value (as xml) as the ith "serLines" elementboolean
isSetCustSplit()
True if has "custSplit" elementboolean
isSetDLbls()
True if has "dLbls" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetGapWidth()
True if has "gapWidth" elementboolean
isSetSecondPieSize()
True if has "secondPieSize" elementboolean
isSetSplitPos()
True if has "splitPos" elementboolean
isSetSplitType()
True if has "splitType" elementboolean
isSetVaryColors()
True if has "varyColors" elementvoid
removeSer(int i)
Removes the ith "ser" elementvoid
removeSerLines(int i)
Removes the ith "serLines" elementvoid
setCustSplit(CTCustSplit custSplit)
Sets the "custSplit" elementvoid
setDLbls(CTDLbls dLbls)
Sets the "dLbls" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setGapWidth(CTGapAmount gapWidth)
Sets the "gapWidth" elementvoid
setOfPieType(CTOfPieType ofPieType)
Sets the "ofPieType" elementvoid
setSecondPieSize(CTSecondPieSize secondPieSize)
Sets the "secondPieSize" elementvoid
setSerArray(int i, CTPieSer ser)
Sets ith "ser" elementvoid
setSerArray(CTPieSer[] serArray)
Sets array of all "ser" elementvoid
setSerLinesArray(int i, CTChartLines serLines)
Sets ith "serLines" elementvoid
setSerLinesArray(CTChartLines[] serLinesArray)
Sets array of all "serLines" elementvoid
setSplitPos(CTDouble splitPos)
Sets the "splitPos" elementvoid
setSplitType(CTSplitType splitType)
Sets the "splitType" elementvoid
setVaryColors(CTBoolean varyColors)
Sets the "varyColors" elementint
sizeOfSerArray()
Returns number of "ser" elementint
sizeOfSerLinesArray()
Returns number of "serLines" elementvoid
unsetCustSplit()
Unsets the "custSplit" elementvoid
unsetDLbls()
Unsets the "dLbls" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetGapWidth()
Unsets the "gapWidth" elementvoid
unsetSecondPieSize()
Unsets the "secondPieSize" elementvoid
unsetSplitPos()
Unsets the "splitPos" elementvoid
unsetSplitType()
Unsets the "splitType" elementvoid
unsetVaryColors()
Unsets the "varyColors" element-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getOfPieType
CTOfPieType getOfPieType()
Gets the "ofPieType" element
-
setOfPieType
void setOfPieType(CTOfPieType ofPieType)
Sets the "ofPieType" element
-
addNewOfPieType
CTOfPieType addNewOfPieType()
Appends and returns a new empty "ofPieType" element
-
getVaryColors
CTBoolean getVaryColors()
Gets the "varyColors" element
-
isSetVaryColors
boolean isSetVaryColors()
True if has "varyColors" element
-
setVaryColors
void setVaryColors(CTBoolean varyColors)
Sets the "varyColors" element
-
addNewVaryColors
CTBoolean addNewVaryColors()
Appends and returns a new empty "varyColors" element
-
unsetVaryColors
void unsetVaryColors()
Unsets the "varyColors" element
-
getSerList
java.util.List<CTPieSer> getSerList()
Gets a List of "ser" elements
-
getSerArray
@Deprecated CTPieSer[] getSerArray()
Deprecated.Gets array of all "ser" elements
-
getSerArray
CTPieSer getSerArray(int i)
Gets ith "ser" element
-
sizeOfSerArray
int sizeOfSerArray()
Returns number of "ser" element
-
setSerArray
void setSerArray(CTPieSer[] serArray)
Sets array of all "ser" element
-
setSerArray
void setSerArray(int i, CTPieSer ser)
Sets ith "ser" element
-
insertNewSer
CTPieSer insertNewSer(int i)
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
void setDLbls(CTDLbls dLbls)
Sets the "dLbls" element
-
addNewDLbls
CTDLbls addNewDLbls()
Appends and returns a new empty "dLbls" element
-
unsetDLbls
void unsetDLbls()
Unsets the "dLbls" element
-
getGapWidth
CTGapAmount getGapWidth()
Gets the "gapWidth" element
-
isSetGapWidth
boolean isSetGapWidth()
True if has "gapWidth" element
-
setGapWidth
void setGapWidth(CTGapAmount gapWidth)
Sets the "gapWidth" element
-
addNewGapWidth
CTGapAmount addNewGapWidth()
Appends and returns a new empty "gapWidth" element
-
unsetGapWidth
void unsetGapWidth()
Unsets the "gapWidth" element
-
getSplitType
CTSplitType getSplitType()
Gets the "splitType" element
-
isSetSplitType
boolean isSetSplitType()
True if has "splitType" element
-
setSplitType
void setSplitType(CTSplitType splitType)
Sets the "splitType" element
-
addNewSplitType
CTSplitType addNewSplitType()
Appends and returns a new empty "splitType" element
-
unsetSplitType
void unsetSplitType()
Unsets the "splitType" element
-
getSplitPos
CTDouble getSplitPos()
Gets the "splitPos" element
-
isSetSplitPos
boolean isSetSplitPos()
True if has "splitPos" element
-
setSplitPos
void setSplitPos(CTDouble splitPos)
Sets the "splitPos" element
-
addNewSplitPos
CTDouble addNewSplitPos()
Appends and returns a new empty "splitPos" element
-
unsetSplitPos
void unsetSplitPos()
Unsets the "splitPos" element
-
getCustSplit
CTCustSplit getCustSplit()
Gets the "custSplit" element
-
isSetCustSplit
boolean isSetCustSplit()
True if has "custSplit" element
-
setCustSplit
void setCustSplit(CTCustSplit custSplit)
Sets the "custSplit" element
-
addNewCustSplit
CTCustSplit addNewCustSplit()
Appends and returns a new empty "custSplit" element
-
unsetCustSplit
void unsetCustSplit()
Unsets the "custSplit" element
-
getSecondPieSize
CTSecondPieSize getSecondPieSize()
Gets the "secondPieSize" element
-
isSetSecondPieSize
boolean isSetSecondPieSize()
True if has "secondPieSize" element
-
setSecondPieSize
void setSecondPieSize(CTSecondPieSize secondPieSize)
Sets the "secondPieSize" element
-
addNewSecondPieSize
CTSecondPieSize addNewSecondPieSize()
Appends and returns a new empty "secondPieSize" element
-
unsetSecondPieSize
void unsetSecondPieSize()
Unsets the "secondPieSize" element
-
getSerLinesList
java.util.List<CTChartLines> getSerLinesList()
Gets a List of "serLines" elements
-
getSerLinesArray
@Deprecated CTChartLines[] getSerLinesArray()
Deprecated.Gets array of all "serLines" elements
-
getSerLinesArray
CTChartLines getSerLinesArray(int i)
Gets ith "serLines" element
-
sizeOfSerLinesArray
int sizeOfSerLinesArray()
Returns number of "serLines" element
-
setSerLinesArray
void setSerLinesArray(CTChartLines[] serLinesArray)
Sets array of all "serLines" element
-
setSerLinesArray
void setSerLinesArray(int i, CTChartLines serLines)
Sets ith "serLines" element
-
insertNewSerLines
CTChartLines insertNewSerLines(int i)
Inserts and returns a new empty value (as xml) as the ith "serLines" element
-
addNewSerLines
CTChartLines addNewSerLines()
Appends and returns a new empty value (as xml) as the last "serLines" element
-
removeSerLines
void removeSerLines(int i)
Removes the ith "serLines" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-