public class CTTrendline extends Object
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 |
---|---|
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.
|
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 |
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()
String
public void setName(String value)
value
- allowed object is
String
public CTShapeProperties getSpPr()
CTShapeProperties
public void setSpPr(CTShapeProperties value)
value
- allowed object is
CTShapeProperties
public CTTrendlineType getTrendlineType()
CTTrendlineType
public void setTrendlineType(CTTrendlineType value)
value
- allowed object is
CTTrendlineType
public CTOrder getOrder()
CTOrder
public void setOrder(CTOrder value)
value
- allowed object is
CTOrder
public CTPeriod getPeriod()
CTPeriod
public void setPeriod(CTPeriod value)
value
- allowed object is
CTPeriod
public CTDouble getForward()
CTDouble
public void setForward(CTDouble value)
value
- allowed object is
CTDouble
public CTDouble getBackward()
CTDouble
public void setBackward(CTDouble value)
value
- allowed object is
CTDouble
public CTDouble getIntercept()
CTDouble
public void setIntercept(CTDouble value)
value
- allowed object is
CTDouble
public CTBoolean getDispRSqr()
CTBoolean
public void setDispRSqr(CTBoolean value)
value
- allowed object is
CTBoolean
public CTBoolean getDispEq()
CTBoolean
public void setDispEq(CTBoolean value)
value
- allowed object is
CTBoolean
public CTTrendlineLbl getTrendlineLbl()
CTTrendlineLbl
public void setTrendlineLbl(CTTrendlineLbl value)
value
- allowed object is
CTTrendlineLbl
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2018. All Rights Reserved.