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 classCTTrendline.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 Modifier and Type Method Description CTDoubleaddNewBackward()Appends and returns a new empty "backward" elementCTBooleanaddNewDispEq()Appends and returns a new empty "dispEq" elementCTBooleanaddNewDispRSqr()Appends and returns a new empty "dispRSqr" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTDoubleaddNewForward()Appends and returns a new empty "forward" elementCTDoubleaddNewIntercept()Appends and returns a new empty "intercept" elementCTOrderaddNewOrder()Appends and returns a new empty "order" elementCTPeriodaddNewPeriod()Appends and returns a new empty "period" elementCTShapePropertiesaddNewSpPr()Appends and returns a new empty "spPr" elementCTTrendlineLbladdNewTrendlineLbl()Appends and returns a new empty "trendlineLbl" elementCTTrendlineTypeaddNewTrendlineType()Appends and returns a new empty "trendlineType" elementCTDoublegetBackward()Gets the "backward" elementCTBooleangetDispEq()Gets the "dispEq" elementCTBooleangetDispRSqr()Gets the "dispRSqr" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTDoublegetForward()Gets the "forward" elementCTDoublegetIntercept()Gets the "intercept" elementjava.lang.StringgetName()Gets the "name" elementCTOrdergetOrder()Gets the "order" elementCTPeriodgetPeriod()Gets the "period" elementCTShapePropertiesgetSpPr()Gets the "spPr" elementCTTrendlineLblgetTrendlineLbl()Gets the "trendlineLbl" elementCTTrendlineTypegetTrendlineType()Gets the "trendlineType" elementbooleanisSetBackward()True if has "backward" elementbooleanisSetDispEq()True if has "dispEq" elementbooleanisSetDispRSqr()True if has "dispRSqr" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetForward()True if has "forward" elementbooleanisSetIntercept()True if has "intercept" elementbooleanisSetName()True if has "name" elementbooleanisSetOrder()True if has "order" elementbooleanisSetPeriod()True if has "period" elementbooleanisSetSpPr()True if has "spPr" elementbooleanisSetTrendlineLbl()True if has "trendlineLbl" elementvoidsetBackward(CTDouble backward)Sets the "backward" elementvoidsetDispEq(CTBoolean dispEq)Sets 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" elementvoidsetName(java.lang.String name)Sets the "name" elementvoidsetOrder(CTOrder order)Sets the "order" elementvoidsetPeriod(CTPeriod period)Sets the "period" elementvoidsetSpPr(CTShapeProperties spPr)Sets the "spPr" elementvoidsetTrendlineLbl(CTTrendlineLbl trendlineLbl)Sets the "trendlineLbl" elementvoidsetTrendlineType(CTTrendlineType trendlineType)Sets the "trendlineType" elementvoidunsetBackward()Unsets the "backward" elementvoidunsetDispEq()Unsets the "dispEq" elementvoidunsetDispRSqr()Unsets the "dispRSqr" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetForward()Unsets the "forward" elementvoidunsetIntercept()Unsets the "intercept" elementvoidunsetName()Unsets the "name" elementvoidunsetOrder()Unsets the "order" elementvoidunsetPeriod()Unsets the "period" elementvoidunsetSpPr()Unsets the "spPr" elementvoidunsetTrendlineLbl()Unsets the "trendlineLbl" elementXmlStringxgetName()Gets (as xml) the "name" elementvoidxsetName(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
-
-