Class CTChart

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

public class CTChart
extends java.lang.Object
implements Child

Java class for CT_Chart complex type.

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

 <complexType name="CT_Chart">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="title" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Title" minOccurs="0"/>
         <element name="autoTitleDeleted" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="pivotFmts" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PivotFmts" minOccurs="0"/>
         <element name="view3D" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_View3D" minOccurs="0"/>
         <element name="floor" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Surface" minOccurs="0"/>
         <element name="sideWall" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Surface" minOccurs="0"/>
         <element name="backWall" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Surface" minOccurs="0"/>
         <element name="plotArea" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PlotArea"/>
         <element name="legend" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Legend" minOccurs="0"/>
         <element name="plotVisOnly" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="dispBlanksAs" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DispBlanksAs" minOccurs="0"/>
         <element name="showDLblsOverMax" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" 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

    • CTChart

      public CTChart()
  • Method Details

    • getTitle

      public CTTitle getTitle()
      Gets the value of the title property.
      Returns:
      possible object is CTTitle
    • setTitle

      public void setTitle​(CTTitle value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is CTTitle
    • getAutoTitleDeleted

      public CTBoolean getAutoTitleDeleted()
      Gets the value of the autoTitleDeleted property.
      Returns:
      possible object is CTBoolean
    • setAutoTitleDeleted

      public void setAutoTitleDeleted​(CTBoolean value)
      Sets the value of the autoTitleDeleted property.
      Parameters:
      value - allowed object is CTBoolean
    • getPivotFmts

      public CTPivotFmts getPivotFmts()
      Gets the value of the pivotFmts property.
      Returns:
      possible object is CTPivotFmts
    • setPivotFmts

      public void setPivotFmts​(CTPivotFmts value)
      Sets the value of the pivotFmts property.
      Parameters:
      value - allowed object is CTPivotFmts
    • getView3D

      public CTView3D getView3D()
      Gets the value of the view3D property.
      Returns:
      possible object is CTView3D
    • setView3D

      public void setView3D​(CTView3D value)
      Sets the value of the view3D property.
      Parameters:
      value - allowed object is CTView3D
    • getFloor

      public CTSurface getFloor()
      Gets the value of the floor property.
      Returns:
      possible object is CTSurface
    • setFloor

      public void setFloor​(CTSurface value)
      Sets the value of the floor property.
      Parameters:
      value - allowed object is CTSurface
    • getSideWall

      public CTSurface getSideWall()
      Gets the value of the sideWall property.
      Returns:
      possible object is CTSurface
    • setSideWall

      public void setSideWall​(CTSurface value)
      Sets the value of the sideWall property.
      Parameters:
      value - allowed object is CTSurface
    • getBackWall

      public CTSurface getBackWall()
      Gets the value of the backWall property.
      Returns:
      possible object is CTSurface
    • setBackWall

      public void setBackWall​(CTSurface value)
      Sets the value of the backWall property.
      Parameters:
      value - allowed object is CTSurface
    • getPlotArea

      public CTPlotArea getPlotArea()
      Gets the value of the plotArea property.
      Returns:
      possible object is CTPlotArea
    • setPlotArea

      public void setPlotArea​(CTPlotArea value)
      Sets the value of the plotArea property.
      Parameters:
      value - allowed object is CTPlotArea
    • getLegend

      public CTLegend getLegend()
      Gets the value of the legend property.
      Returns:
      possible object is CTLegend
    • setLegend

      public void setLegend​(CTLegend value)
      Sets the value of the legend property.
      Parameters:
      value - allowed object is CTLegend
    • getPlotVisOnly

      public CTBoolean getPlotVisOnly()
      Gets the value of the plotVisOnly property.
      Returns:
      possible object is CTBoolean
    • setPlotVisOnly

      public void setPlotVisOnly​(CTBoolean value)
      Sets the value of the plotVisOnly property.
      Parameters:
      value - allowed object is CTBoolean
    • getDispBlanksAs

      public CTDispBlanksAs getDispBlanksAs()
      Gets the value of the dispBlanksAs property.
      Returns:
      possible object is CTDispBlanksAs
    • setDispBlanksAs

      public void setDispBlanksAs​(CTDispBlanksAs value)
      Sets the value of the dispBlanksAs property.
      Parameters:
      value - allowed object is CTDispBlanksAs
    • getShowDLblsOverMax

      public CTBoolean getShowDLblsOverMax()
      Gets the value of the showDLblsOverMax property.
      Returns:
      possible object is CTBoolean
    • setShowDLblsOverMax

      public void setShowDLblsOverMax​(CTBoolean value)
      Sets the value of the showDLblsOverMax property.
      Parameters:
      value - allowed object is CTBoolean
    • 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 java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.