java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTChartSpace

public class CTChartSpace extends Object

Java class for CT_ChartSpace complex type.

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

 <complexType name="CT_ChartSpace">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="chartData" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ChartData"/>
         <element name="chart" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Chart"/>
         <element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
         <element name="txPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody" minOccurs="0"/>
         <element name="clrMapOvr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ColorMapping" minOccurs="0"/>
         <element name="fmtOvrs" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_FormatOverrides" minOccurs="0"/>
         <element name="printSettings" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_PrintSettings" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTChartSpace

      public CTChartSpace()
  • Method Details

    • getChartData

      public CTChartData getChartData()
      Gets the value of the chartData property.
      Returns:
      possible object is CTChartData
    • setChartData

      public void setChartData(CTChartData value)
      Sets the value of the chartData property.
      Parameters:
      value - allowed object is CTChartData
    • getChart

      public CTChart getChart()
      Gets the value of the chart property.
      Returns:
      possible object is CTChart
    • setChart

      public void setChart(CTChart value)
      Sets the value of the chart property.
      Parameters:
      value - allowed object is CTChart
    • 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
    • getTxPr

      public CTTextBody getTxPr()
      Gets the value of the txPr property.
      Returns:
      possible object is CTTextBody
    • setTxPr

      public void setTxPr(CTTextBody value)
      Sets the value of the txPr property.
      Parameters:
      value - allowed object is CTTextBody
    • getClrMapOvr

      public CTColorMapping getClrMapOvr()
      Gets the value of the clrMapOvr property.
      Returns:
      possible object is CTColorMapping
    • setClrMapOvr

      public void setClrMapOvr(CTColorMapping value)
      Sets the value of the clrMapOvr property.
      Parameters:
      value - allowed object is CTColorMapping
    • getFmtOvrs

      public CTFormatOverrides getFmtOvrs()
      Gets the value of the fmtOvrs property.
      Returns:
      possible object is CTFormatOverrides
    • setFmtOvrs

      public void setFmtOvrs(CTFormatOverrides value)
      Sets the value of the fmtOvrs property.
      Parameters:
      value - allowed object is CTFormatOverrides
    • getPrintSettings

      public CTPrintSettings getPrintSettings()
      Gets the value of the printSettings property.
      Returns:
      possible object is CTPrintSettings
    • setPrintSettings

      public void setPrintSettings(CTPrintSettings value)
      Sets the value of the printSettings property.
      Parameters:
      value - allowed object is CTPrintSettings
    • 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