Interface CTAreaSer
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTAreaSer extends XmlObject
An XML CT_AreaSer(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTAreaSer>
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 CTAxDataSource
addNewCat()
Appends and returns a new empty "cat" elementCTDLbls
addNewDLbls()
Appends and returns a new empty "dLbls" elementCTDPt
addNewDPt()
Appends and returns a new empty value (as xml) as the last "dPt" elementCTErrBars
addNewErrBars()
Appends and returns a new empty value (as xml) as the last "errBars" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTUnsignedInt
addNewIdx()
Appends and returns a new empty "idx" elementCTUnsignedInt
addNewOrder()
Appends and returns a new empty "order" elementCTPictureOptions
addNewPictureOptions()
Appends and returns a new empty "pictureOptions" elementCTShapeProperties
addNewSpPr()
Appends and returns a new empty "spPr" elementCTTrendline
addNewTrendline()
Appends and returns a new empty value (as xml) as the last "trendline" elementCTSerTx
addNewTx()
Appends and returns a new empty "tx" elementCTNumDataSource
addNewVal()
Appends and returns a new empty "val" elementCTAxDataSource
getCat()
Gets the "cat" elementCTDLbls
getDLbls()
Gets the "dLbls" elementCTDPt[]
getDPtArray()
Gets array of all "dPt" elementsCTDPt
getDPtArray(int i)
Gets ith "dPt" elementjava.util.List<CTDPt>
getDPtList()
Gets a List of "dPt" elementsCTErrBars[]
getErrBarsArray()
Gets array of all "errBars" elementsCTErrBars
getErrBarsArray(int i)
Gets ith "errBars" elementjava.util.List<CTErrBars>
getErrBarsList()
Gets a List of "errBars" elementsCTExtensionList
getExtLst()
Gets the "extLst" elementCTUnsignedInt
getIdx()
Gets the "idx" elementCTUnsignedInt
getOrder()
Gets the "order" elementCTPictureOptions
getPictureOptions()
Gets the "pictureOptions" elementCTShapeProperties
getSpPr()
Gets the "spPr" elementCTTrendline[]
getTrendlineArray()
Gets array of all "trendline" elementsCTTrendline
getTrendlineArray(int i)
Gets ith "trendline" elementjava.util.List<CTTrendline>
getTrendlineList()
Gets a List of "trendline" elementsCTSerTx
getTx()
Gets the "tx" elementCTNumDataSource
getVal()
Gets the "val" elementCTDPt
insertNewDPt(int i)
Inserts and returns a new empty value (as xml) as the ith "dPt" elementCTErrBars
insertNewErrBars(int i)
Inserts and returns a new empty value (as xml) as the ith "errBars" elementCTTrendline
insertNewTrendline(int i)
Inserts and returns a new empty value (as xml) as the ith "trendline" elementboolean
isSetCat()
True if has "cat" elementboolean
isSetDLbls()
True if has "dLbls" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetPictureOptions()
True if has "pictureOptions" elementboolean
isSetSpPr()
True if has "spPr" elementboolean
isSetTx()
True if has "tx" elementboolean
isSetVal()
True if has "val" elementvoid
removeDPt(int i)
Removes the ith "dPt" elementvoid
removeErrBars(int i)
Removes the ith "errBars" elementvoid
removeTrendline(int i)
Removes the ith "trendline" elementvoid
setCat(CTAxDataSource cat)
Sets the "cat" elementvoid
setDLbls(CTDLbls dLbls)
Sets the "dLbls" elementvoid
setDPtArray(int i, CTDPt dPt)
Sets ith "dPt" elementvoid
setDPtArray(CTDPt[] dPtArray)
Sets array of all "dPt" elementvoid
setErrBarsArray(int i, CTErrBars errBars)
Sets ith "errBars" elementvoid
setErrBarsArray(CTErrBars[] errBarsArray)
Sets array of all "errBars" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setIdx(CTUnsignedInt idx)
Sets the "idx" elementvoid
setOrder(CTUnsignedInt order)
Sets the "order" elementvoid
setPictureOptions(CTPictureOptions pictureOptions)
Sets the "pictureOptions" elementvoid
setSpPr(CTShapeProperties spPr)
Sets the "spPr" elementvoid
setTrendlineArray(int i, CTTrendline trendline)
Sets ith "trendline" elementvoid
setTrendlineArray(CTTrendline[] trendlineArray)
Sets array of all "trendline" elementvoid
setTx(CTSerTx tx)
Sets the "tx" elementvoid
setVal(CTNumDataSource val)
Sets the "val" elementint
sizeOfDPtArray()
Returns number of "dPt" elementint
sizeOfErrBarsArray()
Returns number of "errBars" elementint
sizeOfTrendlineArray()
Returns number of "trendline" elementvoid
unsetCat()
Unsets the "cat" elementvoid
unsetDLbls()
Unsets the "dLbls" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetPictureOptions()
Unsets the "pictureOptions" elementvoid
unsetSpPr()
Unsets the "spPr" elementvoid
unsetTx()
Unsets the "tx" elementvoid
unsetVal()
Unsets the "val" 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<CTAreaSer> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getIdx
CTUnsignedInt getIdx()
Gets the "idx" element
-
setIdx
void setIdx(CTUnsignedInt idx)
Sets the "idx" element
-
addNewIdx
CTUnsignedInt addNewIdx()
Appends and returns a new empty "idx" element
-
getOrder
CTUnsignedInt getOrder()
Gets the "order" element
-
setOrder
void setOrder(CTUnsignedInt order)
Sets the "order" element
-
addNewOrder
CTUnsignedInt addNewOrder()
Appends and returns a new empty "order" element
-
getTx
CTSerTx getTx()
Gets the "tx" element
-
isSetTx
boolean isSetTx()
True if has "tx" element
-
setTx
void setTx(CTSerTx tx)
Sets the "tx" element
-
addNewTx
CTSerTx addNewTx()
Appends and returns a new empty "tx" element
-
unsetTx
void unsetTx()
Unsets the "tx" element
-
getSpPr
CTShapeProperties getSpPr()
Gets the "spPr" element
-
isSetSpPr
boolean isSetSpPr()
True if has "spPr" element
-
setSpPr
void setSpPr(CTShapeProperties spPr)
Sets the "spPr" element
-
addNewSpPr
CTShapeProperties addNewSpPr()
Appends and returns a new empty "spPr" element
-
unsetSpPr
void unsetSpPr()
Unsets the "spPr" element
-
getPictureOptions
CTPictureOptions getPictureOptions()
Gets the "pictureOptions" element
-
isSetPictureOptions
boolean isSetPictureOptions()
True if has "pictureOptions" element
-
setPictureOptions
void setPictureOptions(CTPictureOptions pictureOptions)
Sets the "pictureOptions" element
-
addNewPictureOptions
CTPictureOptions addNewPictureOptions()
Appends and returns a new empty "pictureOptions" element
-
unsetPictureOptions
void unsetPictureOptions()
Unsets the "pictureOptions" element
-
getDPtList
java.util.List<CTDPt> getDPtList()
Gets a List of "dPt" elements
-
getDPtArray
CTDPt[] getDPtArray()
Gets array of all "dPt" elements
-
getDPtArray
CTDPt getDPtArray(int i)
Gets ith "dPt" element
-
sizeOfDPtArray
int sizeOfDPtArray()
Returns number of "dPt" element
-
setDPtArray
void setDPtArray(CTDPt[] dPtArray)
Sets array of all "dPt" element
-
setDPtArray
void setDPtArray(int i, CTDPt dPt)
Sets ith "dPt" element
-
insertNewDPt
CTDPt insertNewDPt(int i)
Inserts and returns a new empty value (as xml) as the ith "dPt" element
-
addNewDPt
CTDPt addNewDPt()
Appends and returns a new empty value (as xml) as the last "dPt" element
-
removeDPt
void removeDPt(int i)
Removes the ith "dPt" 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
-
getTrendlineList
java.util.List<CTTrendline> getTrendlineList()
Gets a List of "trendline" elements
-
getTrendlineArray
CTTrendline[] getTrendlineArray()
Gets array of all "trendline" elements
-
getTrendlineArray
CTTrendline getTrendlineArray(int i)
Gets ith "trendline" element
-
sizeOfTrendlineArray
int sizeOfTrendlineArray()
Returns number of "trendline" element
-
setTrendlineArray
void setTrendlineArray(CTTrendline[] trendlineArray)
Sets array of all "trendline" element
-
setTrendlineArray
void setTrendlineArray(int i, CTTrendline trendline)
Sets ith "trendline" element
-
insertNewTrendline
CTTrendline insertNewTrendline(int i)
Inserts and returns a new empty value (as xml) as the ith "trendline" element
-
addNewTrendline
CTTrendline addNewTrendline()
Appends and returns a new empty value (as xml) as the last "trendline" element
-
removeTrendline
void removeTrendline(int i)
Removes the ith "trendline" element
-
getErrBarsList
java.util.List<CTErrBars> getErrBarsList()
Gets a List of "errBars" elements
-
getErrBarsArray
CTErrBars[] getErrBarsArray()
Gets array of all "errBars" elements
-
getErrBarsArray
CTErrBars getErrBarsArray(int i)
Gets ith "errBars" element
-
sizeOfErrBarsArray
int sizeOfErrBarsArray()
Returns number of "errBars" element
-
setErrBarsArray
void setErrBarsArray(CTErrBars[] errBarsArray)
Sets array of all "errBars" element
-
setErrBarsArray
void setErrBarsArray(int i, CTErrBars errBars)
Sets ith "errBars" element
-
insertNewErrBars
CTErrBars insertNewErrBars(int i)
Inserts and returns a new empty value (as xml) as the ith "errBars" element
-
addNewErrBars
CTErrBars addNewErrBars()
Appends and returns a new empty value (as xml) as the last "errBars" element
-
removeErrBars
void removeErrBars(int i)
Removes the ith "errBars" element
-
getCat
CTAxDataSource getCat()
Gets the "cat" element
-
isSetCat
boolean isSetCat()
True if has "cat" element
-
setCat
void setCat(CTAxDataSource cat)
Sets the "cat" element
-
addNewCat
CTAxDataSource addNewCat()
Appends and returns a new empty "cat" element
-
unsetCat
void unsetCat()
Unsets the "cat" element
-
getVal
CTNumDataSource getVal()
Gets the "val" element
-
isSetVal
boolean isSetVal()
True if has "val" element
-
setVal
void setVal(CTNumDataSource val)
Sets the "val" element
-
addNewVal
CTNumDataSource addNewVal()
Appends and returns a new empty "val" element
-
unsetVal
void unsetVal()
Unsets the "val" 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
-
-