Interface CTBarChart
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTBarChart extends XmlObject
An XML CT_BarChart(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTBarChart>
Factory
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 Modifier and Type Method Description CTUnsignedInt
addNewAxId()
Appends and returns a new empty value (as xml) as the last "axId" elementCTBarDir
addNewBarDir()
Appends and returns a new empty "barDir" 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" elementCTBarGrouping
addNewGrouping()
Appends and returns a new empty "grouping" elementCTOverlap
addNewOverlap()
Appends and returns a new empty "overlap" elementCTBarSer
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" elementCTBoolean
addNewVaryColors()
Appends and returns a new empty "varyColors" elementCTUnsignedInt[]
getAxIdArray()
Gets array of all "axId" elementsCTUnsignedInt
getAxIdArray(int i)
Gets ith "axId" elementjava.util.List<CTUnsignedInt>
getAxIdList()
Gets a List of "axId" elementsCTBarDir
getBarDir()
Gets the "barDir" elementCTDLbls
getDLbls()
Gets the "dLbls" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTGapAmount
getGapWidth()
Gets the "gapWidth" elementCTBarGrouping
getGrouping()
Gets the "grouping" elementCTOverlap
getOverlap()
Gets the "overlap" elementCTBarSer[]
getSerArray()
Gets array of all "ser" elementsCTBarSer
getSerArray(int i)
Gets ith "ser" elementCTChartLines[]
getSerLinesArray()
Gets array of all "serLines" elementsCTChartLines
getSerLinesArray(int i)
Gets ith "serLines" elementjava.util.List<CTChartLines>
getSerLinesList()
Gets a List of "serLines" elementsjava.util.List<CTBarSer>
getSerList()
Gets a List of "ser" elementsCTBoolean
getVaryColors()
Gets the "varyColors" elementCTUnsignedInt
insertNewAxId(int i)
Inserts and returns a new empty value (as xml) as the ith "axId" elementCTBarSer
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
isSetDLbls()
True if has "dLbls" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetGapWidth()
True if has "gapWidth" elementboolean
isSetGrouping()
True if has "grouping" elementboolean
isSetOverlap()
True if has "overlap" elementboolean
isSetVaryColors()
True if has "varyColors" elementvoid
removeAxId(int i)
Removes the ith "axId" elementvoid
removeSer(int i)
Removes the ith "ser" elementvoid
removeSerLines(int i)
Removes the ith "serLines" elementvoid
setAxIdArray(int i, CTUnsignedInt axId)
Sets ith "axId" elementvoid
setAxIdArray(CTUnsignedInt[] axIdArray)
Sets array of all "axId" elementvoid
setBarDir(CTBarDir barDir)
Sets the "barDir" elementvoid
setDLbls(CTDLbls dLbls)
Sets the "dLbls" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setGapWidth(CTGapAmount gapWidth)
Sets the "gapWidth" elementvoid
setGrouping(CTBarGrouping grouping)
Sets the "grouping" elementvoid
setOverlap(CTOverlap overlap)
Sets the "overlap" elementvoid
setSerArray(int i, CTBarSer ser)
Sets ith "ser" elementvoid
setSerArray(CTBarSer[] 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
setVaryColors(CTBoolean varyColors)
Sets the "varyColors" elementint
sizeOfAxIdArray()
Returns number of "axId" elementint
sizeOfSerArray()
Returns number of "ser" elementint
sizeOfSerLinesArray()
Returns number of "serLines" elementvoid
unsetDLbls()
Unsets the "dLbls" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetGapWidth()
Unsets the "gapWidth" elementvoid
unsetGrouping()
Unsets the "grouping" elementvoid
unsetOverlap()
Unsets the "overlap" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTBarChart> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getBarDir
CTBarDir getBarDir()
Gets the "barDir" element
-
setBarDir
void setBarDir(CTBarDir barDir)
Sets the "barDir" element
-
addNewBarDir
CTBarDir addNewBarDir()
Appends and returns a new empty "barDir" element
-
getGrouping
CTBarGrouping getGrouping()
Gets the "grouping" element
-
isSetGrouping
boolean isSetGrouping()
True if has "grouping" element
-
setGrouping
void setGrouping(CTBarGrouping grouping)
Sets the "grouping" element
-
addNewGrouping
CTBarGrouping 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<CTBarSer> getSerList()
Gets a List of "ser" elements
-
getSerArray
CTBarSer[] getSerArray()
Gets array of all "ser" elements
-
getSerArray
CTBarSer getSerArray(int i)
Gets ith "ser" element
-
sizeOfSerArray
int sizeOfSerArray()
Returns number of "ser" element
-
setSerArray
void setSerArray(CTBarSer[] serArray)
Sets array of all "ser" element
-
setSerArray
void setSerArray(int i, CTBarSer ser)
Sets ith "ser" element
-
insertNewSer
CTBarSer insertNewSer(int i)
Inserts and returns a new empty value (as xml) as the ith "ser" element
-
addNewSer
CTBarSer 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
-
getOverlap
CTOverlap getOverlap()
Gets the "overlap" element
-
isSetOverlap
boolean isSetOverlap()
True if has "overlap" element
-
setOverlap
void setOverlap(CTOverlap overlap)
Sets the "overlap" element
-
addNewOverlap
CTOverlap addNewOverlap()
Appends and returns a new empty "overlap" element
-
unsetOverlap
void unsetOverlap()
Unsets the "overlap" element
-
getSerLinesList
java.util.List<CTChartLines> getSerLinesList()
Gets a List of "serLines" elements
-
getSerLinesArray
CTChartLines[] getSerLinesArray()
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
-
getAxIdList
java.util.List<CTUnsignedInt> getAxIdList()
Gets a List of "axId" elements
-
getAxIdArray
CTUnsignedInt[] getAxIdArray()
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
-
-