public class CTChartSpace extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTChart |
chart |
protected CTColorMapping |
clrMapOvr |
protected CTBoolean |
date1904 |
protected CTExternalData |
externalData |
protected CTExtensionList |
extLst |
protected CTTextLanguageID |
lang |
protected CTPivotSource |
pivotSource |
protected CTPrintSettings |
printSettings |
protected CTProtection |
protection |
protected CTBoolean |
roundedCorners |
protected CTShapeProperties |
spPr |
protected CTStyle |
style |
protected CTTextBody |
txPr |
protected CTRelId |
userShapes |
| Constructor and Description |
|---|
CTChartSpace() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTChart |
getChart()
Gets the value of the chart property.
|
CTColorMapping |
getClrMapOvr()
Gets the value of the clrMapOvr property.
|
CTBoolean |
getDate1904()
Gets the value of the date1904 property.
|
CTExternalData |
getExternalData()
Gets the value of the externalData property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTTextLanguageID |
getLang()
Gets the value of the lang property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPivotSource |
getPivotSource()
Gets the value of the pivotSource property.
|
CTPrintSettings |
getPrintSettings()
Gets the value of the printSettings property.
|
CTProtection |
getProtection()
Gets the value of the protection property.
|
CTBoolean |
getRoundedCorners()
Gets the value of the roundedCorners property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTStyle |
getStyle()
Gets the value of the style property.
|
CTTextBody |
getTxPr()
Gets the value of the txPr property.
|
CTRelId |
getUserShapes()
Gets the value of the userShapes property.
|
void |
setChart(CTChart value)
Sets the value of the chart property.
|
void |
setClrMapOvr(CTColorMapping value)
Sets the value of the clrMapOvr property.
|
void |
setDate1904(CTBoolean value)
Sets the value of the date1904 property.
|
void |
setExternalData(CTExternalData value)
Sets the value of the externalData property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setLang(CTTextLanguageID value)
Sets the value of the lang property.
|
void |
setParent(Object parent) |
void |
setPivotSource(CTPivotSource value)
Sets the value of the pivotSource property.
|
void |
setPrintSettings(CTPrintSettings value)
Sets the value of the printSettings property.
|
void |
setProtection(CTProtection value)
Sets the value of the protection property.
|
void |
setRoundedCorners(CTBoolean value)
Sets the value of the roundedCorners property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setStyle(CTStyle value)
Sets the value of the style property.
|
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
void |
setUserShapes(CTRelId value)
Sets the value of the userShapes property.
|
protected CTBoolean date1904
protected CTTextLanguageID lang
protected CTBoolean roundedCorners
protected CTStyle style
protected CTColorMapping clrMapOvr
protected CTPivotSource pivotSource
protected CTProtection protection
protected CTChart chart
protected CTShapeProperties spPr
protected CTTextBody txPr
protected CTExternalData externalData
protected CTPrintSettings printSettings
protected CTRelId userShapes
protected CTExtensionList extLst
public CTBoolean getDate1904()
CTBooleanpublic void setDate1904(CTBoolean value)
value - allowed object is
CTBooleanpublic CTTextLanguageID getLang()
CTTextLanguageIDpublic void setLang(CTTextLanguageID value)
value - allowed object is
CTTextLanguageIDpublic CTBoolean getRoundedCorners()
CTBooleanpublic void setRoundedCorners(CTBoolean value)
value - allowed object is
CTBooleanpublic CTStyle getStyle()
CTStylepublic void setStyle(CTStyle value)
value - allowed object is
CTStylepublic CTColorMapping getClrMapOvr()
CTColorMappingpublic void setClrMapOvr(CTColorMapping value)
value - allowed object is
CTColorMappingpublic CTPivotSource getPivotSource()
CTPivotSourcepublic void setPivotSource(CTPivotSource value)
value - allowed object is
CTPivotSourcepublic CTProtection getProtection()
CTProtectionpublic void setProtection(CTProtection value)
value - allowed object is
CTProtectionpublic 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 CTExternalData getExternalData()
CTExternalDatapublic void setExternalData(CTExternalData value)
value - allowed object is
CTExternalDatapublic CTPrintSettings getPrintSettings()
CTPrintSettingspublic void setPrintSettings(CTPrintSettings value)
value - allowed object is
CTPrintSettingspublic CTRelId getUserShapes()
CTRelIdpublic void setUserShapes(CTRelId value)
value - allowed object is
CTRelIdpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.