public class CTChart extends Object implements Child
Java class for CT_Chart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Chart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ChartTitle" minOccurs="0"/>
<element name="plotArea" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_PlotArea"/>
<element name="legend" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Legend" 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 CTExtensionList |
extLst |
protected CTLegend |
legend |
protected CTPlotArea |
plotArea |
protected CTChartTitle |
title |
| Constructor and Description |
|---|
CTChart() |
| 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.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTLegend |
getLegend()
Gets the value of the legend property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPlotArea |
getPlotArea()
Gets the value of the plotArea property.
|
CTChartTitle |
getTitle()
Gets the value of the title property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setLegend(CTLegend value)
Sets the value of the legend property.
|
void |
setParent(Object parent) |
void |
setPlotArea(CTPlotArea value)
Sets the value of the plotArea property.
|
void |
setTitle(CTChartTitle value)
Sets the value of the title property.
|
protected CTChartTitle title
protected CTPlotArea plotArea
protected CTLegend legend
protected CTExtensionList extLst
public CTChartTitle getTitle()
CTChartTitlepublic void setTitle(CTChartTitle value)
value - allowed object is
CTChartTitlepublic CTPlotArea getPlotArea()
CTPlotAreapublic void setPlotArea(CTPlotArea value)
value - allowed object is
CTPlotAreapublic CTLegend getLegend()
CTLegendpublic void setLegend(CTLegend value)
value - allowed object is
CTLegendpublic 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-2019. All Rights Reserved.