Interface CTTrendline
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTrendline extends XmlObject
An XML CT_Trendline(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTrendline.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 Modifier and Type Method Description CTDouble
addNewBackward()
Appends and returns a new empty "backward" elementCTBoolean
addNewDispEq()
Appends and returns a new empty "dispEq" elementCTBoolean
addNewDispRSqr()
Appends and returns a new empty "dispRSqr" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTDouble
addNewForward()
Appends and returns a new empty "forward" elementCTDouble
addNewIntercept()
Appends and returns a new empty "intercept" elementCTOrder
addNewOrder()
Appends and returns a new empty "order" elementCTPeriod
addNewPeriod()
Appends and returns a new empty "period" elementCTShapeProperties
addNewSpPr()
Appends and returns a new empty "spPr" elementCTTrendlineLbl
addNewTrendlineLbl()
Appends and returns a new empty "trendlineLbl" elementCTTrendlineType
addNewTrendlineType()
Appends and returns a new empty "trendlineType" elementCTDouble
getBackward()
Gets the "backward" elementCTBoolean
getDispEq()
Gets the "dispEq" elementCTBoolean
getDispRSqr()
Gets the "dispRSqr" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTDouble
getForward()
Gets the "forward" elementCTDouble
getIntercept()
Gets the "intercept" elementjava.lang.String
getName()
Gets the "name" elementCTOrder
getOrder()
Gets the "order" elementCTPeriod
getPeriod()
Gets the "period" elementCTShapeProperties
getSpPr()
Gets the "spPr" elementCTTrendlineLbl
getTrendlineLbl()
Gets the "trendlineLbl" elementCTTrendlineType
getTrendlineType()
Gets the "trendlineType" elementboolean
isSetBackward()
True if has "backward" elementboolean
isSetDispEq()
True if has "dispEq" elementboolean
isSetDispRSqr()
True if has "dispRSqr" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetForward()
True if has "forward" elementboolean
isSetIntercept()
True if has "intercept" elementboolean
isSetName()
True if has "name" elementboolean
isSetOrder()
True if has "order" elementboolean
isSetPeriod()
True if has "period" elementboolean
isSetSpPr()
True if has "spPr" elementboolean
isSetTrendlineLbl()
True if has "trendlineLbl" elementvoid
setBackward(CTDouble backward)
Sets the "backward" elementvoid
setDispEq(CTBoolean dispEq)
Sets the "dispEq" elementvoid
setDispRSqr(CTBoolean dispRSqr)
Sets the "dispRSqr" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setForward(CTDouble forward)
Sets the "forward" elementvoid
setIntercept(CTDouble intercept)
Sets the "intercept" elementvoid
setName(java.lang.String name)
Sets the "name" elementvoid
setOrder(CTOrder order)
Sets the "order" elementvoid
setPeriod(CTPeriod period)
Sets the "period" elementvoid
setSpPr(CTShapeProperties spPr)
Sets the "spPr" elementvoid
setTrendlineLbl(CTTrendlineLbl trendlineLbl)
Sets the "trendlineLbl" elementvoid
setTrendlineType(CTTrendlineType trendlineType)
Sets the "trendlineType" elementvoid
unsetBackward()
Unsets the "backward" elementvoid
unsetDispEq()
Unsets the "dispEq" elementvoid
unsetDispRSqr()
Unsets the "dispRSqr" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetForward()
Unsets the "forward" elementvoid
unsetIntercept()
Unsets the "intercept" elementvoid
unsetName()
Unsets the "name" elementvoid
unsetOrder()
Unsets the "order" elementvoid
unsetPeriod()
Unsets the "period" elementvoid
unsetSpPr()
Unsets the "spPr" elementvoid
unsetTrendlineLbl()
Unsets the "trendlineLbl" elementXmlString
xgetName()
Gets (as xml) the "name" elementvoid
xsetName(XmlString name)
Sets (as xml) the "name" 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
-
getName
java.lang.String getName()
Gets the "name" element
-
xgetName
XmlString xgetName()
Gets (as xml) the "name" element
-
isSetName
boolean isSetName()
True if has "name" element
-
setName
void setName(java.lang.String name)
Sets the "name" element
-
xsetName
void xsetName(XmlString name)
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
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
-
getTrendlineType
CTTrendlineType getTrendlineType()
Gets the "trendlineType" element
-
setTrendlineType
void setTrendlineType(CTTrendlineType trendlineType)
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
void setOrder(CTOrder order)
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
void setPeriod(CTPeriod period)
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
void setForward(CTDouble forward)
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
void setBackward(CTDouble backward)
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
void setIntercept(CTDouble intercept)
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
void setDispRSqr(CTBoolean dispRSqr)
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
void setDispEq(CTBoolean dispEq)
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
void setTrendlineLbl(CTTrendlineLbl trendlineLbl)
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
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
-
-