public class CTChartSpace
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected CTChart |
chart |
protected CTChartData |
chartData |
protected CTColorMapping |
clrMapOvr |
protected CTExtensionList |
extLst |
protected CTFormatOverrides |
fmtOvrs |
protected CTPrintSettings |
printSettings |
protected CTShapeProperties |
spPr |
protected CTTextBody |
txPr |
| Constructor and Description |
|---|
CTChartSpace() |
| Modifier and Type | Method and Description |
|---|---|
CTChart |
getChart()
Gets the value of the chart property.
|
CTChartData |
getChartData()
Gets the value of the chartData property.
|
CTColorMapping |
getClrMapOvr()
Gets the value of the clrMapOvr property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTFormatOverrides |
getFmtOvrs()
Gets the value of the fmtOvrs property.
|
CTPrintSettings |
getPrintSettings()
Gets the value of the printSettings property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTTextBody |
getTxPr()
Gets the value of the txPr property.
|
void |
setChart(CTChart value)
Sets the value of the chart property.
|
void |
setChartData(CTChartData value)
Sets the value of the chartData property.
|
void |
setClrMapOvr(CTColorMapping value)
Sets the value of the clrMapOvr property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFmtOvrs(CTFormatOverrides value)
Sets the value of the fmtOvrs property.
|
void |
setPrintSettings(CTPrintSettings value)
Sets the value of the printSettings property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
protected CTChartData chartData
protected CTChart chart
protected CTShapeProperties spPr
protected CTTextBody txPr
protected CTColorMapping clrMapOvr
protected CTFormatOverrides fmtOvrs
protected CTPrintSettings printSettings
protected CTExtensionList extLst
public CTChartData getChartData()
CTChartDatapublic void setChartData(CTChartData value)
value - allowed object is
CTChartDatapublic CTChart getChart()
CTChartpublic void setChart(CTChart value)
value - allowed object is
CTChartpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTTextBody getTxPr()
CTTextBodypublic void setTxPr(CTTextBody value)
value - allowed object is
CTTextBodypublic CTColorMapping getClrMapOvr()
CTColorMappingpublic void setClrMapOvr(CTColorMapping value)
value - allowed object is
CTColorMappingpublic CTFormatOverrides getFmtOvrs()
CTFormatOverridespublic void setFmtOvrs(CTFormatOverrides value)
value - allowed object is
CTFormatOverridespublic CTPrintSettings getPrintSettings()
CTPrintSettingspublic void setPrintSettings(CTPrintSettings value)
value - allowed object is
CTPrintSettingspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListCopyright © 2007–2025. All rights reserved.