Interface CTLineSer
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTLineSer extends XmlObject
An XML CT_LineSer(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTLineSer.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 CTAxDataSourceaddNewCat()Appends and returns a new empty "cat" elementCTDLblsaddNewDLbls()Appends and returns a new empty "dLbls" elementCTDPtaddNewDPt()Appends and returns a new empty value (as xml) as the last "dPt" elementCTErrBarsaddNewErrBars()Appends and returns a new empty "errBars" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTUnsignedIntaddNewIdx()Appends and returns a new empty "idx" elementCTMarkeraddNewMarker()Appends and returns a new empty "marker" elementCTUnsignedIntaddNewOrder()Appends and returns a new empty "order" elementCTBooleanaddNewSmooth()Appends and returns a new empty "smooth" elementCTShapePropertiesaddNewSpPr()Appends and returns a new empty "spPr" elementCTTrendlineaddNewTrendline()Appends and returns a new empty value (as xml) as the last "trendline" elementCTSerTxaddNewTx()Appends and returns a new empty "tx" elementCTNumDataSourceaddNewVal()Appends and returns a new empty "val" elementCTAxDataSourcegetCat()Gets the "cat" elementCTDLblsgetDLbls()Gets the "dLbls" elementCTDPt[]getDPtArray()Deprecated.CTDPtgetDPtArray(int i)Gets ith "dPt" elementjava.util.List<CTDPt>getDPtList()Gets a List of "dPt" elementsCTErrBarsgetErrBars()Gets the "errBars" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTUnsignedIntgetIdx()Gets the "idx" elementCTMarkergetMarker()Gets the "marker" elementCTUnsignedIntgetOrder()Gets the "order" elementCTBooleangetSmooth()Gets the "smooth" elementCTShapePropertiesgetSpPr()Gets the "spPr" elementCTTrendline[]getTrendlineArray()Deprecated.CTTrendlinegetTrendlineArray(int i)Gets ith "trendline" elementjava.util.List<CTTrendline>getTrendlineList()Gets a List of "trendline" elementsCTSerTxgetTx()Gets the "tx" elementCTNumDataSourcegetVal()Gets the "val" elementCTDPtinsertNewDPt(int i)Inserts and returns a new empty value (as xml) as the ith "dPt" elementCTTrendlineinsertNewTrendline(int i)Inserts and returns a new empty value (as xml) as the ith "trendline" elementbooleanisSetCat()True if has "cat" elementbooleanisSetDLbls()True if has "dLbls" elementbooleanisSetErrBars()True if has "errBars" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetMarker()True if has "marker" elementbooleanisSetSmooth()True if has "smooth" elementbooleanisSetSpPr()True if has "spPr" elementbooleanisSetTx()True if has "tx" elementbooleanisSetVal()True if has "val" elementvoidremoveDPt(int i)Removes the ith "dPt" elementvoidremoveTrendline(int i)Removes the ith "trendline" elementvoidsetCat(CTAxDataSource cat)Sets the "cat" elementvoidsetDLbls(CTDLbls dLbls)Sets the "dLbls" elementvoidsetDPtArray(int i, CTDPt dPt)Sets ith "dPt" elementvoidsetDPtArray(CTDPt[] dPtArray)Sets array of all "dPt" elementvoidsetErrBars(CTErrBars errBars)Sets the "errBars" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetIdx(CTUnsignedInt idx)Sets the "idx" elementvoidsetMarker(CTMarker marker)Sets the "marker" elementvoidsetOrder(CTUnsignedInt order)Sets the "order" elementvoidsetSmooth(CTBoolean smooth)Sets the "smooth" elementvoidsetSpPr(CTShapeProperties spPr)Sets the "spPr" elementvoidsetTrendlineArray(int i, CTTrendline trendline)Sets ith "trendline" elementvoidsetTrendlineArray(CTTrendline[] trendlineArray)Sets array of all "trendline" elementvoidsetTx(CTSerTx tx)Sets the "tx" elementvoidsetVal(CTNumDataSource val)Sets the "val" elementintsizeOfDPtArray()Returns number of "dPt" elementintsizeOfTrendlineArray()Returns number of "trendline" elementvoidunsetCat()Unsets the "cat" elementvoidunsetDLbls()Unsets the "dLbls" elementvoidunsetErrBars()Unsets the "errBars" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetMarker()Unsets the "marker" elementvoidunsetSmooth()Unsets the "smooth" elementvoidunsetSpPr()Unsets the "spPr" elementvoidunsetTx()Unsets the "tx" elementvoidunsetVal()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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
-
getMarker
CTMarker getMarker()
Gets the "marker" element
-
isSetMarker
boolean isSetMarker()
True if has "marker" element
-
setMarker
void setMarker(CTMarker marker)
Sets the "marker" element
-
addNewMarker
CTMarker addNewMarker()
Appends and returns a new empty "marker" element
-
unsetMarker
void unsetMarker()
Unsets the "marker" element
-
getDPtList
java.util.List<CTDPt> getDPtList()
Gets a List of "dPt" elements
-
getDPtArray
@Deprecated CTDPt[] getDPtArray()
Deprecated.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
@Deprecated CTTrendline[] getTrendlineArray()
Deprecated.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
-
getErrBars
CTErrBars getErrBars()
Gets the "errBars" element
-
isSetErrBars
boolean isSetErrBars()
True if has "errBars" element
-
setErrBars
void setErrBars(CTErrBars errBars)
Sets the "errBars" element
-
addNewErrBars
CTErrBars addNewErrBars()
Appends and returns a new empty "errBars" element
-
unsetErrBars
void unsetErrBars()
Unsets the "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
-
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
-
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
-
-