public class CTTrendline extends Object implements Child
Java class for CT_Trendline complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Trendline">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="trendlineType" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_TrendlineType"/>
<element name="order" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Order" minOccurs="0"/>
<element name="period" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Period" minOccurs="0"/>
<element name="forward" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
<element name="backward" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
<element name="intercept" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double" minOccurs="0"/>
<element name="dispRSqr" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="dispEq" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="trendlineLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_TrendlineLbl" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTDouble |
backward |
protected CTBoolean |
dispEq |
protected CTBoolean |
dispRSqr |
protected CTExtensionList |
extLst |
protected CTDouble |
forward |
protected CTDouble |
intercept |
protected String |
name |
protected CTOrder |
order |
protected CTPeriod |
period |
protected CTShapeProperties |
spPr |
protected CTTrendlineLbl |
trendlineLbl |
protected CTTrendlineType |
trendlineType |
| Constructor and Description |
|---|
CTTrendline() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTDouble |
getBackward()
Gets the value of the backward property.
|
CTBoolean |
getDispEq()
Gets the value of the dispEq property.
|
CTBoolean |
getDispRSqr()
Gets the value of the dispRSqr property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTDouble |
getForward()
Gets the value of the forward property.
|
CTDouble |
getIntercept()
Gets the value of the intercept property.
|
String |
getName()
Gets the value of the name property.
|
CTOrder |
getOrder()
Gets the value of the order property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPeriod |
getPeriod()
Gets the value of the period property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTTrendlineLbl |
getTrendlineLbl()
Gets the value of the trendlineLbl property.
|
CTTrendlineType |
getTrendlineType()
Gets the value of the trendlineType property.
|
void |
setBackward(CTDouble value)
Sets the value of the backward property.
|
void |
setDispEq(CTBoolean value)
Sets the value of the dispEq property.
|
void |
setDispRSqr(CTBoolean value)
Sets the value of the dispRSqr property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setForward(CTDouble value)
Sets the value of the forward property.
|
void |
setIntercept(CTDouble value)
Sets the value of the intercept property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrder(CTOrder value)
Sets the value of the order property.
|
void |
setParent(Object parent) |
void |
setPeriod(CTPeriod value)
Sets the value of the period property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTrendlineLbl(CTTrendlineLbl value)
Sets the value of the trendlineLbl property.
|
void |
setTrendlineType(CTTrendlineType value)
Sets the value of the trendlineType property.
|
protected String name
protected CTShapeProperties spPr
protected CTTrendlineType trendlineType
protected CTOrder order
protected CTPeriod period
protected CTDouble forward
protected CTDouble backward
protected CTDouble intercept
protected CTBoolean dispRSqr
protected CTBoolean dispEq
protected CTTrendlineLbl trendlineLbl
protected CTExtensionList extLst
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTTrendlineType getTrendlineType()
CTTrendlineTypepublic void setTrendlineType(CTTrendlineType value)
value - allowed object is
CTTrendlineTypepublic CTOrder getOrder()
CTOrderpublic void setOrder(CTOrder value)
value - allowed object is
CTOrderpublic CTPeriod getPeriod()
CTPeriodpublic void setPeriod(CTPeriod value)
value - allowed object is
CTPeriodpublic CTDouble getForward()
CTDoublepublic void setForward(CTDouble value)
value - allowed object is
CTDoublepublic CTDouble getBackward()
CTDoublepublic void setBackward(CTDouble value)
value - allowed object is
CTDoublepublic CTDouble getIntercept()
CTDoublepublic void setIntercept(CTDouble value)
value - allowed object is
CTDoublepublic CTBoolean getDispRSqr()
CTBooleanpublic void setDispRSqr(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getDispEq()
CTBooleanpublic void setDispEq(CTBoolean value)
value - allowed object is
CTBooleanpublic CTTrendlineLbl getTrendlineLbl()
CTTrendlineLblpublic void setTrendlineLbl(CTTrendlineLbl value)
value - allowed object is
CTTrendlineLblpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.