public class CTChart extends Object
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 |
---|---|
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.
|
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 |
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()
CTTitle
public void setTitle(CTTitle value)
value
- allowed object is
CTTitle
public CTBoolean getAutoTitleDeleted()
CTBoolean
public void setAutoTitleDeleted(CTBoolean value)
value
- allowed object is
CTBoolean
public CTPivotFmts getPivotFmts()
CTPivotFmts
public void setPivotFmts(CTPivotFmts value)
value
- allowed object is
CTPivotFmts
public CTView3D getView3D()
CTView3D
public void setView3D(CTView3D value)
value
- allowed object is
CTView3D
public CTSurface getFloor()
CTSurface
public void setFloor(CTSurface value)
value
- allowed object is
CTSurface
public CTSurface getSideWall()
CTSurface
public void setSideWall(CTSurface value)
value
- allowed object is
CTSurface
public CTSurface getBackWall()
CTSurface
public void setBackWall(CTSurface value)
value
- allowed object is
CTSurface
public CTPlotArea getPlotArea()
CTPlotArea
public void setPlotArea(CTPlotArea value)
value
- allowed object is
CTPlotArea
public CTLegend getLegend()
CTLegend
public void setLegend(CTLegend value)
value
- allowed object is
CTLegend
public CTBoolean getPlotVisOnly()
CTBoolean
public void setPlotVisOnly(CTBoolean value)
value
- allowed object is
CTBoolean
public CTDispBlanksAs getDispBlanksAs()
CTDispBlanksAs
public void setDispBlanksAs(CTDispBlanksAs value)
value
- allowed object is
CTDispBlanksAs
public CTBoolean getShowDLblsOverMax()
CTBoolean
public void setShowDLblsOverMax(CTBoolean value)
value
- allowed object is
CTBoolean
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
Copyright © 2007-2019. All Rights Reserved.