Interface CTTrendline
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Trendline(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTrendline> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "backward" elementAppends and returns a new empty "dispEq" elementAppends and returns a new empty "dispRSqr" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "forward" elementAppends and returns a new empty "intercept" elementAppends and returns a new empty "order" elementAppends and returns a new empty "period" elementAppends and returns a new empty "spPr" elementAppends and returns a new empty "trendlineLbl" elementAppends and returns a new empty "trendlineType" elementGets the "backward" elementGets the "dispEq" elementGets the "dispRSqr" elementGets the "extLst" elementGets the "forward" elementGets the "intercept" elementgetName()Gets the "name" elementgetOrder()Gets the "order" elementGets the "period" elementgetSpPr()Gets the "spPr" elementGets the "trendlineLbl" elementGets the "trendlineType" elementbooleanTrue if has "backward" elementbooleanTrue if has "dispEq" elementbooleanTrue if has "dispRSqr" elementbooleanTrue if has "extLst" elementbooleanTrue if has "forward" elementbooleanTrue if has "intercept" elementbooleanTrue if has "name" elementbooleanTrue if has "order" elementbooleanTrue if has "period" elementbooleanTrue if has "spPr" elementbooleanTrue if has "trendlineLbl" elementvoidsetBackward(CTDouble backward) Sets the "backward" elementvoidSets the "dispEq" elementvoidsetDispRSqr(CTBoolean dispRSqr) Sets the "dispRSqr" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetForward(CTDouble forward) Sets the "forward" elementvoidsetIntercept(CTDouble intercept) Sets the "intercept" elementvoidSets the "name" elementvoidSets the "order" elementvoidSets the "period" elementvoidsetSpPr(CTShapeProperties spPr) Sets the "spPr" elementvoidsetTrendlineLbl(CTTrendlineLbl trendlineLbl) Sets the "trendlineLbl" elementvoidsetTrendlineType(CTTrendlineType trendlineType) Sets the "trendlineType" elementvoidUnsets the "backward" elementvoidUnsets the "dispEq" elementvoidUnsets the "dispRSqr" elementvoidUnsets the "extLst" elementvoidUnsets the "forward" elementvoidUnsets the "intercept" elementvoidUnsets the "name" elementvoidUnsets the "order" elementvoidUnsets the "period" elementvoidUnsets the "spPr" elementvoidUnsets the "trendlineLbl" elementxgetName()Gets (as xml) the "name" elementvoidSets (as xml) the "name" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getName
String getName()Gets the "name" element -
xgetName
XmlString xgetName()Gets (as xml) the "name" element -
isSetName
boolean isSetName()True if has "name" element -
setName
Sets the "name" element -
xsetName
Sets (as xml) the "name" element -
unsetName
void unsetName()Unsets the "name" element -
getSpPr
CTShapeProperties getSpPr()Gets the "spPr" element -
isSetSpPr
boolean isSetSpPr()True if has "spPr" element -
setSpPr
Sets the "spPr" element -
addNewSpPr
CTShapeProperties addNewSpPr()Appends and returns a new empty "spPr" element -
unsetSpPr
void unsetSpPr()Unsets the "spPr" element -
getTrendlineType
CTTrendlineType getTrendlineType()Gets the "trendlineType" element -
setTrendlineType
Sets the "trendlineType" element -
addNewTrendlineType
CTTrendlineType addNewTrendlineType()Appends and returns a new empty "trendlineType" element -
getOrder
CTOrder getOrder()Gets the "order" element -
isSetOrder
boolean isSetOrder()True if has "order" element -
setOrder
Sets the "order" element -
addNewOrder
CTOrder addNewOrder()Appends and returns a new empty "order" element -
unsetOrder
void unsetOrder()Unsets the "order" element -
getPeriod
CTPeriod getPeriod()Gets the "period" element -
isSetPeriod
boolean isSetPeriod()True if has "period" element -
setPeriod
Sets the "period" element -
addNewPeriod
CTPeriod addNewPeriod()Appends and returns a new empty "period" element -
unsetPeriod
void unsetPeriod()Unsets the "period" element -
getForward
CTDouble getForward()Gets the "forward" element -
isSetForward
boolean isSetForward()True if has "forward" element -
setForward
Sets the "forward" element -
addNewForward
CTDouble addNewForward()Appends and returns a new empty "forward" element -
unsetForward
void unsetForward()Unsets the "forward" element -
getBackward
CTDouble getBackward()Gets the "backward" element -
isSetBackward
boolean isSetBackward()True if has "backward" element -
setBackward
Sets the "backward" element -
addNewBackward
CTDouble addNewBackward()Appends and returns a new empty "backward" element -
unsetBackward
void unsetBackward()Unsets the "backward" element -
getIntercept
CTDouble getIntercept()Gets the "intercept" element -
isSetIntercept
boolean isSetIntercept()True if has "intercept" element -
setIntercept
Sets the "intercept" element -
addNewIntercept
CTDouble addNewIntercept()Appends and returns a new empty "intercept" element -
unsetIntercept
void unsetIntercept()Unsets the "intercept" element -
getDispRSqr
CTBoolean getDispRSqr()Gets the "dispRSqr" element -
isSetDispRSqr
boolean isSetDispRSqr()True if has "dispRSqr" element -
setDispRSqr
Sets the "dispRSqr" element -
addNewDispRSqr
CTBoolean addNewDispRSqr()Appends and returns a new empty "dispRSqr" element -
unsetDispRSqr
void unsetDispRSqr()Unsets the "dispRSqr" element -
getDispEq
CTBoolean getDispEq()Gets the "dispEq" element -
isSetDispEq
boolean isSetDispEq()True if has "dispEq" element -
setDispEq
Sets the "dispEq" element -
addNewDispEq
CTBoolean addNewDispEq()Appends and returns a new empty "dispEq" element -
unsetDispEq
void unsetDispEq()Unsets the "dispEq" element -
getTrendlineLbl
CTTrendlineLbl getTrendlineLbl()Gets the "trendlineLbl" element -
isSetTrendlineLbl
boolean isSetTrendlineLbl()True if has "trendlineLbl" element -
setTrendlineLbl
Sets the "trendlineLbl" element -
addNewTrendlineLbl
CTTrendlineLbl addNewTrendlineLbl()Appends and returns a new empty "trendlineLbl" element -
unsetTrendlineLbl
void unsetTrendlineLbl()Unsets the "trendlineLbl" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-