Package org.docx4j.dml.chart
Class CTTrendline
java.lang.Object
org.docx4j.dml.chart.CTTrendline
- All Implemented Interfaces:
Child
public class CTTrendline extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTDoublebackwardprotected CTBooleandispEqprotected CTBooleandispRSqrprotected CTExtensionListextLstprotected CTDoubleforwardprotected CTDoubleinterceptprotected java.lang.Stringnameprotected CTOrderorderprotected CTPeriodperiodprotected CTShapePropertiesspPrprotected CTTrendlineLbltrendlineLblprotected CTTrendlineTypetrendlineType -
Constructor Summary
Constructors Constructor Description CTTrendline() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTDoublegetBackward()Gets the value of the backward property.CTBooleangetDispEq()Gets the value of the dispEq property.CTBooleangetDispRSqr()Gets the value of the dispRSqr property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTDoublegetForward()Gets the value of the forward property.CTDoublegetIntercept()Gets the value of the intercept property.java.lang.StringgetName()Gets the value of the name property.CTOrdergetOrder()Gets the value of the order property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPeriodgetPeriod()Gets the value of the period property.CTShapePropertiesgetSpPr()Gets the value of the spPr property.CTTrendlineLblgetTrendlineLbl()Gets the value of the trendlineLbl property.CTTrendlineTypegetTrendlineType()Gets the value of the trendlineType property.voidsetBackward(CTDouble value)Sets the value of the backward property.voidsetDispEq(CTBoolean value)Sets the value of the dispEq property.voidsetDispRSqr(CTBoolean value)Sets the value of the dispRSqr property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetForward(CTDouble value)Sets the value of the forward property.voidsetIntercept(CTDouble value)Sets the value of the intercept property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOrder(CTOrder value)Sets the value of the order property.voidsetParent(java.lang.Object parent)voidsetPeriod(CTPeriod value)Sets the value of the period property.voidsetSpPr(CTShapeProperties value)Sets the value of the spPr property.voidsetTrendlineLbl(CTTrendlineLbl value)Sets the value of the trendlineLbl property.voidsetTrendlineType(CTTrendlineType value)Sets the value of the trendlineType property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
protected java.lang.String name -
spPr
-
trendlineType
-
order
-
period
-
forward
-
backward
-
intercept
-
dispRSqr
-
dispEq
-
trendlineLbl
-
extLst
-
-
Constructor Details
-
CTTrendline
public CTTrendline()
-
-
Method Details
-
getName
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getTrendlineType
Gets the value of the trendlineType property.- Returns:
- possible object is
CTTrendlineType
-
setTrendlineType
Sets the value of the trendlineType property.- Parameters:
value- allowed object isCTTrendlineType
-
getOrder
Gets the value of the order property.- Returns:
- possible object is
CTOrder
-
setOrder
Sets the value of the order property.- Parameters:
value- allowed object isCTOrder
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
CTPeriod
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isCTPeriod
-
getForward
Gets the value of the forward property.- Returns:
- possible object is
CTDouble
-
setForward
Sets the value of the forward property.- Parameters:
value- allowed object isCTDouble
-
getBackward
Gets the value of the backward property.- Returns:
- possible object is
CTDouble
-
setBackward
Sets the value of the backward property.- Parameters:
value- allowed object isCTDouble
-
getIntercept
Gets the value of the intercept property.- Returns:
- possible object is
CTDouble
-
setIntercept
Sets the value of the intercept property.- Parameters:
value- allowed object isCTDouble
-
getDispRSqr
Gets the value of the dispRSqr property.- Returns:
- possible object is
CTBoolean
-
setDispRSqr
Sets the value of the dispRSqr property.- Parameters:
value- allowed object isCTBoolean
-
getDispEq
Gets the value of the dispEq property.- Returns:
- possible object is
CTBoolean
-
setDispEq
Sets the value of the dispEq property.- Parameters:
value- allowed object isCTBoolean
-
getTrendlineLbl
Gets the value of the trendlineLbl property.- Returns:
- possible object is
CTTrendlineLbl
-
setTrendlineLbl
Sets the value of the trendlineLbl property.- Parameters:
value- allowed object isCTTrendlineLbl
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-