Package org.docx4j.dml.chart
Class CTChartSpace
java.lang.Object
org.docx4j.dml.chart.CTChartSpace
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CTChartprotected CTColorMappingprotected CTBooleanprotected CTExternalDataprotected CTExtensionListprotected CTTextLanguageIDprotected CTPivotSourceprotected CTPrintSettingsprotected CTProtectionprotected CTBooleanprotected CTShapePropertiesprotected CTStyleprotected CTTextBodyprotected CTRelId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getChart()Gets the value of the chart property.Gets the value of the clrMapOvr property.Gets the value of the date1904 property.Gets the value of the externalData property.Gets the value of the extLst property.getLang()Gets the value of the lang property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the pivotSource property.Gets the value of the printSettings property.Gets the value of the protection property.Gets the value of the roundedCorners property.getSpPr()Gets the value of the spPr property.getStyle()Gets the value of the style property.getTxPr()Gets the value of the txPr property.Gets the value of the userShapes property.voidSets the value of the chart property.voidsetClrMapOvr(CTColorMapping value) Sets the value of the clrMapOvr property.voidsetDate1904(CTBoolean value) Sets the value of the date1904 property.voidsetExternalData(CTExternalData value) Sets the value of the externalData property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetLang(CTTextLanguageID value) Sets the value of the lang property.voidvoidsetPivotSource(CTPivotSource value) Sets the value of the pivotSource property.voidsetPrintSettings(CTPrintSettings value) Sets the value of the printSettings property.voidsetProtection(CTProtection value) Sets the value of the protection property.voidsetRoundedCorners(CTBoolean value) Sets the value of the roundedCorners property.voidsetSpPr(CTShapeProperties value) Sets the value of the spPr property.voidSets the value of the style property.voidsetTxPr(CTTextBody value) Sets the value of the txPr property.voidsetUserShapes(CTRelId value) Sets the value of the userShapes property.
-
Field Details
-
date1904
-
lang
-
roundedCorners
-
style
-
clrMapOvr
-
pivotSource
-
protection
-
chart
-
spPr
-
txPr
-
externalData
-
printSettings
-
userShapes
-
extLst
-
-
Constructor Details
-
CTChartSpace
public CTChartSpace()
-
-
Method Details
-
getDate1904
Gets the value of the date1904 property.- Returns:
- possible object is
CTBoolean
-
setDate1904
Sets the value of the date1904 property.- Parameters:
value- allowed object isCTBoolean
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
CTTextLanguageID
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isCTTextLanguageID
-
getRoundedCorners
Gets the value of the roundedCorners property.- Returns:
- possible object is
CTBoolean
-
setRoundedCorners
Sets the value of the roundedCorners property.- Parameters:
value- allowed object isCTBoolean
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
CTStyle
-
setStyle
Sets the value of the style property.- Parameters:
value- allowed object isCTStyle
-
getClrMapOvr
Gets the value of the clrMapOvr property.- Returns:
- possible object is
CTColorMapping
-
setClrMapOvr
Sets the value of the clrMapOvr property.- Parameters:
value- allowed object isCTColorMapping
-
getPivotSource
Gets the value of the pivotSource property.- Returns:
- possible object is
CTPivotSource
-
setPivotSource
Sets the value of the pivotSource property.- Parameters:
value- allowed object isCTPivotSource
-
getProtection
Gets the value of the protection property.- Returns:
- possible object is
CTProtection
-
setProtection
Sets the value of the protection property.- Parameters:
value- allowed object isCTProtection
-
getChart
Gets the value of the chart property.- Returns:
- possible object is
CTChart
-
setChart
Sets the value of the chart property.- Parameters:
value- allowed object isCTChart
-
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
-
getTxPr
Gets the value of the txPr property.- Returns:
- possible object is
CTTextBody
-
setTxPr
Sets the value of the txPr property.- Parameters:
value- allowed object isCTTextBody
-
getExternalData
Gets the value of the externalData property.- Returns:
- possible object is
CTExternalData
-
setExternalData
Sets the value of the externalData property.- Parameters:
value- allowed object isCTExternalData
-
getPrintSettings
Gets the value of the printSettings property.- Returns:
- possible object is
CTPrintSettings
-
setPrintSettings
Sets the value of the printSettings property.- Parameters:
value- allowed object isCTPrintSettings
-
getUserShapes
Gets the value of the userShapes property.- Returns:
- possible object is
CTRelId
-
setUserShapes
Sets the value of the userShapes property.- Parameters:
value- allowed object isCTRelId
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-