Interface CTLineChart
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTLineChart extends XmlObject
An XML CT_LineChart(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTLineChart.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 CTUnsignedInt
addNewAxId()
Appends and returns a new empty value (as xml) as the last "axId" elementCTDLbls
addNewDLbls()
Appends and returns a new empty "dLbls" elementCTChartLines
addNewDropLines()
Appends and returns a new empty "dropLines" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTGrouping
addNewGrouping()
Appends and returns a new empty "grouping" elementCTChartLines
addNewHiLowLines()
Appends and returns a new empty "hiLowLines" elementCTBoolean
addNewMarker()
Appends and returns a new empty "marker" elementCTLineSer
addNewSer()
Appends and returns a new empty value (as xml) as the last "ser" elementCTBoolean
addNewSmooth()
Appends and returns a new empty "smooth" elementCTUpDownBars
addNewUpDownBars()
Appends and returns a new empty "upDownBars" elementCTBoolean
addNewVaryColors()
Appends and returns a new empty "varyColors" elementCTUnsignedInt[]
getAxIdArray()
Deprecated.CTUnsignedInt
getAxIdArray(int i)
Gets ith "axId" elementList<CTUnsignedInt>
getAxIdList()
Gets a List of "axId" elementsCTDLbls
getDLbls()
Gets the "dLbls" elementCTChartLines
getDropLines()
Gets the "dropLines" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTGrouping
getGrouping()
Gets the "grouping" elementCTChartLines
getHiLowLines()
Gets the "hiLowLines" elementCTBoolean
getMarker()
Gets the "marker" elementCTLineSer[]
getSerArray()
Deprecated.CTLineSer
getSerArray(int i)
Gets ith "ser" elementList<CTLineSer>
getSerList()
Gets a List of "ser" elementsCTBoolean
getSmooth()
Gets the "smooth" elementCTUpDownBars
getUpDownBars()
Gets the "upDownBars" elementCTBoolean
getVaryColors()
Gets the "varyColors" elementCTUnsignedInt
insertNewAxId(int i)
Inserts and returns a new empty value (as xml) as the ith "axId" elementCTLineSer
insertNewSer(int i)
Inserts and returns a new empty value (as xml) as the ith "ser" elementboolean
isSetDLbls()
True if has "dLbls" elementboolean
isSetDropLines()
True if has "dropLines" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHiLowLines()
True if has "hiLowLines" elementboolean
isSetMarker()
True if has "marker" elementboolean
isSetSmooth()
True if has "smooth" elementboolean
isSetUpDownBars()
True if has "upDownBars" elementboolean
isSetVaryColors()
True if has "varyColors" elementvoid
removeAxId(int i)
Removes the ith "axId" elementvoid
removeSer(int i)
Removes the ith "ser" elementvoid
setAxIdArray(int i, CTUnsignedInt axId)
Sets ith "axId" elementvoid
setAxIdArray(CTUnsignedInt[] axIdArray)
Sets array of all "axId" elementvoid
setDLbls(CTDLbls dLbls)
Sets the "dLbls" elementvoid
setDropLines(CTChartLines dropLines)
Sets the "dropLines" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setGrouping(CTGrouping grouping)
Sets the "grouping" elementvoid
setHiLowLines(CTChartLines hiLowLines)
Sets the "hiLowLines" elementvoid
setMarker(CTBoolean marker)
Sets the "marker" elementvoid
setSerArray(int i, CTLineSer ser)
Sets ith "ser" elementvoid
setSerArray(CTLineSer[] serArray)
Sets array of all "ser" elementvoid
setSmooth(CTBoolean smooth)
Sets the "smooth" elementvoid
setUpDownBars(CTUpDownBars upDownBars)
Sets the "upDownBars" elementvoid
setVaryColors(CTBoolean varyColors)
Sets the "varyColors" elementint
sizeOfAxIdArray()
Returns number of "axId" elementint
sizeOfSerArray()
Returns number of "ser" elementvoid
unsetDLbls()
Unsets the "dLbls" elementvoid
unsetDropLines()
Unsets the "dropLines" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHiLowLines()
Unsets the "hiLowLines" elementvoid
unsetMarker()
Unsets the "marker" elementvoid
unsetSmooth()
Unsets the "smooth" elementvoid
unsetUpDownBars()
Unsets the "upDownBars" 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
-
getGrouping
CTGrouping getGrouping()
Gets the "grouping" element
-
setGrouping
void setGrouping(CTGrouping grouping)
Sets the "grouping" element
-
addNewGrouping
CTGrouping addNewGrouping()
Appends and returns a new empty "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
-
getSerArray
@Deprecated CTLineSer[] getSerArray()
Deprecated.Gets array of all "ser" elements
-
getSerArray
CTLineSer getSerArray(int i)
Gets ith "ser" element
-
sizeOfSerArray
int sizeOfSerArray()
Returns number of "ser" element
-
setSerArray
void setSerArray(CTLineSer[] serArray)
Sets array of all "ser" element
-
setSerArray
void setSerArray(int i, CTLineSer ser)
Sets ith "ser" element
-
insertNewSer
CTLineSer insertNewSer(int i)
Inserts and returns a new empty value (as xml) as the ith "ser" element
-
addNewSer
CTLineSer 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
-
getHiLowLines
CTChartLines getHiLowLines()
Gets the "hiLowLines" element
-
isSetHiLowLines
boolean isSetHiLowLines()
True if has "hiLowLines" element
-
setHiLowLines
void setHiLowLines(CTChartLines hiLowLines)
Sets the "hiLowLines" element
-
addNewHiLowLines
CTChartLines addNewHiLowLines()
Appends and returns a new empty "hiLowLines" element
-
unsetHiLowLines
void unsetHiLowLines()
Unsets the "hiLowLines" element
-
getUpDownBars
CTUpDownBars getUpDownBars()
Gets the "upDownBars" element
-
isSetUpDownBars
boolean isSetUpDownBars()
True if has "upDownBars" element
-
setUpDownBars
void setUpDownBars(CTUpDownBars upDownBars)
Sets the "upDownBars" element
-
addNewUpDownBars
CTUpDownBars addNewUpDownBars()
Appends and returns a new empty "upDownBars" element
-
unsetUpDownBars
void unsetUpDownBars()
Unsets the "upDownBars" element
-
getMarker
CTBoolean getMarker()
Gets the "marker" element
-
isSetMarker
boolean isSetMarker()
True if has "marker" element
-
setMarker
void setMarker(CTBoolean marker)
Sets the "marker" element
-
addNewMarker
CTBoolean addNewMarker()
Appends and returns a new empty "marker" element
-
unsetMarker
void unsetMarker()
Unsets the "marker" element
-
getSmooth
CTBoolean getSmooth()
Gets the "smooth" element
-
isSetSmooth
boolean isSetSmooth()
True if has "smooth" element
-
setSmooth
void setSmooth(CTBoolean smooth)
Sets the "smooth" element
-
addNewSmooth
CTBoolean addNewSmooth()
Appends and returns a new empty "smooth" element
-
unsetSmooth
void unsetSmooth()
Unsets the "smooth" element
-
getAxIdList
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
-
-