public class CTChart extends java.lang.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.openxmlformats.org/drawingml/2006/chart}CT_Title" minOccurs="0"/>
<element name="autoTitleDeleted" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="pivotFmts" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PivotFmts" minOccurs="0"/>
<element name="view3D" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_View3D" minOccurs="0"/>
<element name="floor" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Surface" minOccurs="0"/>
<element name="sideWall" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Surface" minOccurs="0"/>
<element name="backWall" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Surface" minOccurs="0"/>
<element name="plotArea" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_PlotArea"/>
<element name="legend" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Legend" minOccurs="0"/>
<element name="plotVisOnly" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="dispBlanksAs" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DispBlanksAs" minOccurs="0"/>
<element name="showDLblsOverMax" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" 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 CTBoolean |
autoTitleDeleted |
protected CTSurface |
backWall |
protected CTDispBlanksAs |
dispBlanksAs |
protected CTExtensionList |
extLst |
protected CTSurface |
floor |
protected CTLegend |
legend |
protected CTPivotFmts |
pivotFmts |
protected CTPlotArea |
plotArea |
protected CTBoolean |
plotVisOnly |
protected CTBoolean |
showDLblsOverMax |
protected CTSurface |
sideWall |
protected CTTitle |
title |
protected CTView3D |
view3D |
| Constructor and Description |
|---|
CTChart() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBoolean |
getAutoTitleDeleted()
Gets the value of the autoTitleDeleted property.
|
CTSurface |
getBackWall()
Gets the value of the backWall property.
|
CTDispBlanksAs |
getDispBlanksAs()
Gets the value of the dispBlanksAs property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTSurface |
getFloor()
Gets the value of the floor property.
|
CTLegend |
getLegend()
Gets the value of the legend property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPivotFmts |
getPivotFmts()
Gets the value of the pivotFmts property.
|
CTPlotArea |
getPlotArea()
Gets the value of the plotArea property.
|
CTBoolean |
getPlotVisOnly()
Gets the value of the plotVisOnly property.
|
CTBoolean |
getShowDLblsOverMax()
Gets the value of the showDLblsOverMax property.
|
CTSurface |
getSideWall()
Gets the value of the sideWall property.
|
CTTitle |
getTitle()
Gets the value of the title property.
|
CTView3D |
getView3D()
Gets the value of the view3D property.
|
void |
setAutoTitleDeleted(CTBoolean value)
Sets the value of the autoTitleDeleted property.
|
void |
setBackWall(CTSurface value)
Sets the value of the backWall property.
|
void |
setDispBlanksAs(CTDispBlanksAs value)
Sets the value of the dispBlanksAs property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFloor(CTSurface value)
Sets the value of the floor property.
|
void |
setLegend(CTLegend value)
Sets the value of the legend property.
|
void |
setParent(java.lang.Object parent) |
void |
setPivotFmts(CTPivotFmts value)
Sets the value of the pivotFmts property.
|
void |
setPlotArea(CTPlotArea value)
Sets the value of the plotArea property.
|
void |
setPlotVisOnly(CTBoolean value)
Sets the value of the plotVisOnly property.
|
void |
setShowDLblsOverMax(CTBoolean value)
Sets the value of the showDLblsOverMax property.
|
void |
setSideWall(CTSurface value)
Sets the value of the sideWall property.
|
void |
setTitle(CTTitle value)
Sets the value of the title property.
|
void |
setView3D(CTView3D value)
Sets the value of the view3D property.
|
protected CTTitle title
protected CTBoolean autoTitleDeleted
protected CTPivotFmts pivotFmts
protected CTView3D view3D
protected CTSurface floor
protected CTSurface sideWall
protected CTSurface backWall
protected CTPlotArea plotArea
protected CTLegend legend
protected CTBoolean plotVisOnly
protected CTDispBlanksAs dispBlanksAs
protected CTBoolean showDLblsOverMax
protected CTExtensionList extLst
public CTTitle getTitle()
CTTitlepublic void setTitle(CTTitle value)
value - allowed object is
CTTitlepublic CTBoolean getAutoTitleDeleted()
CTBooleanpublic void setAutoTitleDeleted(CTBoolean value)
value - allowed object is
CTBooleanpublic CTPivotFmts getPivotFmts()
CTPivotFmtspublic void setPivotFmts(CTPivotFmts value)
value - allowed object is
CTPivotFmtspublic CTView3D getView3D()
CTView3Dpublic void setView3D(CTView3D value)
value - allowed object is
CTView3Dpublic CTSurface getFloor()
CTSurfacepublic void setFloor(CTSurface value)
value - allowed object is
CTSurfacepublic CTSurface getSideWall()
CTSurfacepublic void setSideWall(CTSurface value)
value - allowed object is
CTSurfacepublic CTSurface getBackWall()
CTSurfacepublic void setBackWall(CTSurface value)
value - allowed object is
CTSurfacepublic CTPlotArea getPlotArea()
CTPlotAreapublic void setPlotArea(CTPlotArea value)
value - allowed object is
CTPlotAreapublic CTLegend getLegend()
CTLegendpublic void setLegend(CTLegend value)
value - allowed object is
CTLegendpublic CTBoolean getPlotVisOnly()
CTBooleanpublic void setPlotVisOnly(CTBoolean value)
value - allowed object is
CTBooleanpublic CTDispBlanksAs getDispBlanksAs()
CTDispBlanksAspublic void setDispBlanksAs(CTDispBlanksAs value)
value - allowed object is
CTDispBlanksAspublic CTBoolean getShowDLblsOverMax()
CTBooleanpublic void setShowDLblsOverMax(CTBoolean value)
value - allowed object is
CTBooleanpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.