Interface CTArea3DChart
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTArea3DChart extends XmlObject
An XML CT_Area3DChart(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTArea3DChart.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTUnsignedIntaddNewAxId()Appends and returns a new empty value (as xml) as the last "axId" elementCTDLblsaddNewDLbls()Appends and returns a new empty "dLbls" elementCTChartLinesaddNewDropLines()Appends and returns a new empty "dropLines" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTGapAmountaddNewGapDepth()Appends and returns a new empty "gapDepth" elementCTGroupingaddNewGrouping()Appends and returns a new empty "grouping" elementCTAreaSeraddNewSer()Appends and returns a new empty value (as xml) as the last "ser" elementCTBooleanaddNewVaryColors()Appends and returns a new empty "varyColors" elementCTUnsignedInt[]getAxIdArray()Deprecated.CTUnsignedIntgetAxIdArray(int i)Gets ith "axId" elementjava.util.List<CTUnsignedInt>getAxIdList()Gets a List of "axId" elementsCTDLblsgetDLbls()Gets the "dLbls" elementCTChartLinesgetDropLines()Gets the "dropLines" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTGapAmountgetGapDepth()Gets the "gapDepth" elementCTGroupinggetGrouping()Gets the "grouping" elementCTAreaSer[]getSerArray()Deprecated.CTAreaSergetSerArray(int i)Gets ith "ser" elementjava.util.List<CTAreaSer>getSerList()Gets a List of "ser" elementsCTBooleangetVaryColors()Gets the "varyColors" elementCTUnsignedIntinsertNewAxId(int i)Inserts and returns a new empty value (as xml) as the ith "axId" elementCTAreaSerinsertNewSer(int i)Inserts and returns a new empty value (as xml) as the ith "ser" elementbooleanisSetDLbls()True if has "dLbls" elementbooleanisSetDropLines()True if has "dropLines" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetGapDepth()True if has "gapDepth" elementbooleanisSetGrouping()True if has "grouping" elementbooleanisSetVaryColors()True if has "varyColors" elementvoidremoveAxId(int i)Removes the ith "axId" elementvoidremoveSer(int i)Removes the ith "ser" elementvoidsetAxIdArray(int i, CTUnsignedInt axId)Sets ith "axId" elementvoidsetAxIdArray(CTUnsignedInt[] axIdArray)Sets array of all "axId" elementvoidsetDLbls(CTDLbls dLbls)Sets the "dLbls" elementvoidsetDropLines(CTChartLines dropLines)Sets the "dropLines" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetGapDepth(CTGapAmount gapDepth)Sets the "gapDepth" elementvoidsetGrouping(CTGrouping grouping)Sets the "grouping" elementvoidsetSerArray(int i, CTAreaSer ser)Sets ith "ser" elementvoidsetSerArray(CTAreaSer[] serArray)Sets array of all "ser" elementvoidsetVaryColors(CTBoolean varyColors)Sets the "varyColors" elementintsizeOfAxIdArray()Returns number of "axId" elementintsizeOfSerArray()Returns number of "ser" elementvoidunsetDLbls()Unsets the "dLbls" elementvoidunsetDropLines()Unsets the "dropLines" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetGapDepth()Unsets the "gapDepth" elementvoidunsetGrouping()Unsets the "grouping" elementvoidunsetVaryColors()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
-
getGrouping
CTGrouping getGrouping()
Gets the "grouping" element
-
isSetGrouping
boolean isSetGrouping()
True if has "grouping" element
-
setGrouping
void setGrouping(CTGrouping grouping)
Sets the "grouping" element
-
addNewGrouping
CTGrouping addNewGrouping()
Appends and returns a new empty "grouping" element
-
unsetGrouping
void unsetGrouping()
Unsets the "grouping" 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<CTAreaSer> getSerList()
Gets a List of "ser" elements
-
getSerArray
@Deprecated CTAreaSer[] getSerArray()
Deprecated.Gets array of all "ser" elements
-
getSerArray
CTAreaSer getSerArray(int i)
Gets ith "ser" element
-
sizeOfSerArray
int sizeOfSerArray()
Returns number of "ser" element
-
setSerArray
void setSerArray(CTAreaSer[] serArray)
Sets array of all "ser" element
-
setSerArray
void setSerArray(int i, CTAreaSer ser)Sets ith "ser" element
-
insertNewSer
CTAreaSer insertNewSer(int i)
Inserts and returns a new empty value (as xml) as the ith "ser" element
-
addNewSer
CTAreaSer 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
-
getDropLines
CTChartLines getDropLines()
Gets the "dropLines" element
-
isSetDropLines
boolean isSetDropLines()
True if has "dropLines" element
-
setDropLines
void setDropLines(CTChartLines dropLines)
Sets the "dropLines" element
-
addNewDropLines
CTChartLines addNewDropLines()
Appends and returns a new empty "dropLines" element
-
unsetDropLines
void unsetDropLines()
Unsets the "dropLines" element
-
getGapDepth
CTGapAmount getGapDepth()
Gets the "gapDepth" element
-
isSetGapDepth
boolean isSetGapDepth()
True if has "gapDepth" element
-
setGapDepth
void setGapDepth(CTGapAmount gapDepth)
Sets the "gapDepth" element
-
addNewGapDepth
CTGapAmount addNewGapDepth()
Appends and returns a new empty "gapDepth" element
-
unsetGapDepth
void unsetGapDepth()
Unsets the "gapDepth" element
-
getAxIdList
java.util.List<CTUnsignedInt> getAxIdList()
Gets a List of "axId" elements
-
getAxIdArray
@Deprecated CTUnsignedInt[] getAxIdArray()
Deprecated.Gets array of all "axId" elements
-
getAxIdArray
CTUnsignedInt getAxIdArray(int i)
Gets ith "axId" element
-
sizeOfAxIdArray
int sizeOfAxIdArray()
Returns number of "axId" element
-
setAxIdArray
void setAxIdArray(CTUnsignedInt[] axIdArray)
Sets array of all "axId" element
-
setAxIdArray
void setAxIdArray(int i, CTUnsignedInt axId)Sets ith "axId" element
-
insertNewAxId
CTUnsignedInt insertNewAxId(int i)
Inserts and returns a new empty value (as xml) as the ith "axId" element
-
addNewAxId
CTUnsignedInt addNewAxId()
Appends and returns a new empty value (as xml) as the last "axId" element
-
removeAxId
void removeAxId(int i)
Removes the ith "axId" 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
-
-