Class CTChartSpace

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

public class CTChartSpace
extends java.lang.Object
implements Child

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="date1904" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="lang" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_TextLanguageID" minOccurs="0"/>
         <element name="roundedCorners" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
         <element name="style" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Style" minOccurs="0"/>
         <element name="clrMapOvr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ColorMapping" minOccurs="0"/>
         <element name="pivotSource" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PivotSource" minOccurs="0"/>
         <element name="protection" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Protection" minOccurs="0"/>
         <element name="chart" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}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="externalData" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExternalData" minOccurs="0"/>
         <element name="printSettings" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PrintSettings" minOccurs="0"/>
         <element name="userShapes" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_RelId" 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

    • CTChartSpace

      public CTChartSpace()
  • Method Details

    • getDate1904

      public CTBoolean getDate1904()
      Gets the value of the date1904 property.
      Returns:
      possible object is CTBoolean
    • setDate1904

      public void setDate1904​(CTBoolean value)
      Sets the value of the date1904 property.
      Parameters:
      value - allowed object is CTBoolean
    • getLang

      public CTTextLanguageID getLang()
      Gets the value of the lang property.
      Returns:
      possible object is CTTextLanguageID
    • setLang

      public void setLang​(CTTextLanguageID value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is CTTextLanguageID
    • getRoundedCorners

      public CTBoolean getRoundedCorners()
      Gets the value of the roundedCorners property.
      Returns:
      possible object is CTBoolean
    • setRoundedCorners

      public void setRoundedCorners​(CTBoolean value)
      Sets the value of the roundedCorners property.
      Parameters:
      value - allowed object is CTBoolean
    • getStyle

      public CTStyle getStyle()
      Gets the value of the style property.
      Returns:
      possible object is CTStyle
    • setStyle

      public void setStyle​(CTStyle value)
      Sets the value of the style property.
      Parameters:
      value - allowed object is CTStyle
    • 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
    • getPivotSource

      public CTPivotSource getPivotSource()
      Gets the value of the pivotSource property.
      Returns:
      possible object is CTPivotSource
    • setPivotSource

      public void setPivotSource​(CTPivotSource value)
      Sets the value of the pivotSource property.
      Parameters:
      value - allowed object is CTPivotSource
    • getProtection

      public CTProtection getProtection()
      Gets the value of the protection property.
      Returns:
      possible object is CTProtection
    • setProtection

      public void setProtection​(CTProtection value)
      Sets the value of the protection property.
      Parameters:
      value - allowed object is CTProtection
    • 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
    • getExternalData

      public CTExternalData getExternalData()
      Gets the value of the externalData property.
      Returns:
      possible object is CTExternalData
    • setExternalData

      public void setExternalData​(CTExternalData value)
      Sets the value of the externalData property.
      Parameters:
      value - allowed object is CTExternalData
    • 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
    • getUserShapes

      public CTRelId getUserShapes()
      Gets the value of the userShapes property.
      Returns:
      possible object is CTRelId
    • setUserShapes

      public void setUserShapes​(CTRelId value)
      Sets the value of the userShapes property.
      Parameters:
      value - allowed object is CTRelId
    • 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.