Class CTAreaSer

java.lang.Object
org.docx4j.dml.chart.CTAreaSer
All Implemented Interfaces:
Child

public class CTAreaSer extends Object implements Child

Java class for CT_AreaSer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_AreaSer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_SerShared"/>
         <element name="pictureOptions" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PictureOptions" minOccurs="0"/>
         <element name="dPt" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DPt" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dLbls" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DLbls" minOccurs="0"/>
         <element name="trendline" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Trendline" maxOccurs="unbounded" minOccurs="0"/>
         <element name="errBars" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ErrBars" maxOccurs="2" minOccurs="0"/>
         <element name="cat" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxDataSource" minOccurs="0"/>
         <element name="val" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTAreaSer

      public CTAreaSer()
  • Method Details

    • getIdx

      public CTUnsignedInt getIdx()
      Gets the value of the idx property.
      Returns:
      possible object is CTUnsignedInt
    • setIdx

      public void setIdx(CTUnsignedInt value)
      Sets the value of the idx property.
      Parameters:
      value - allowed object is CTUnsignedInt
    • getOrder

      public CTUnsignedInt getOrder()
      Gets the value of the order property.
      Returns:
      possible object is CTUnsignedInt
    • setOrder

      public void setOrder(CTUnsignedInt value)
      Sets the value of the order property.
      Parameters:
      value - allowed object is CTUnsignedInt
    • getTx

      public CTSerTx getTx()
      Gets the value of the tx property.
      Returns:
      possible object is CTSerTx
    • setTx

      public void setTx(CTSerTx value)
      Sets the value of the tx property.
      Parameters:
      value - allowed object is CTSerTx
    • getSpPr

      public CTShapeProperties getSpPr()
      Gets the value of the spPr property.
      Returns:
      possible object is CTShapeProperties
    • setSpPr

      public void setSpPr(CTShapeProperties value)
      Sets the value of the spPr property.
      Parameters:
      value - allowed object is CTShapeProperties
    • getPictureOptions

      public CTPictureOptions getPictureOptions()
      Gets the value of the pictureOptions property.
      Returns:
      possible object is CTPictureOptions
    • setPictureOptions

      public void setPictureOptions(CTPictureOptions value)
      Sets the value of the pictureOptions property.
      Parameters:
      value - allowed object is CTPictureOptions
    • getDPt

      public List<CTDPt> getDPt()
      Gets the value of the dPt property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dPt property.

      For example, to add a new item, do as follows:

          getDPt().add(newItem);
       

      Objects of the following type(s) are allowed in the list CTDPt

    • getDLbls

      public CTDLbls getDLbls()
      Gets the value of the dLbls property.
      Returns:
      possible object is CTDLbls
    • setDLbls

      public void setDLbls(CTDLbls value)
      Sets the value of the dLbls property.
      Parameters:
      value - allowed object is CTDLbls
    • getTrendline

      public List<CTTrendline> getTrendline()
      Gets the value of the trendline property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the trendline property.

      For example, to add a new item, do as follows:

          getTrendline().add(newItem);
       

      Objects of the following type(s) are allowed in the list CTTrendline

    • getErrBars

      public List<CTErrBars> getErrBars()
      Gets the value of the errBars property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the errBars property.

      For example, to add a new item, do as follows:

          getErrBars().add(newItem);
       

      Objects of the following type(s) are allowed in the list CTErrBars

    • getCat

      public CTAxDataSource getCat()
      Gets the value of the cat property.
      Returns:
      possible object is CTAxDataSource
    • setCat

      public void setCat(CTAxDataSource value)
      Sets the value of the cat property.
      Parameters:
      value - allowed object is CTAxDataSource
    • getVal

      public CTNumDataSource getVal()
      Gets the value of the val property.
      Returns:
      possible object is CTNumDataSource
    • setVal

      public void setVal(CTNumDataSource value)
      Sets the value of the val property.
      Parameters:
      value - allowed object is CTNumDataSource
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.