Package org.docx4j.dml.chart
Class CTChart
java.lang.Object
org.docx4j.dml.chart.CTChart
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTBooleanautoTitleDeletedprotected CTSurfacebackWallprotected CTDispBlanksAsdispBlanksAsprotected CTExtensionListextLstprotected CTSurfacefloorprotected CTLegendlegendprotected CTPivotFmtspivotFmtsprotected CTPlotAreaplotAreaprotected CTBooleanplotVisOnlyprotected CTBooleanshowDLblsOverMaxprotected CTSurfacesideWallprotected CTTitletitleprotected CTView3Dview3D -
Constructor Summary
Constructors Constructor Description CTChart() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTBooleangetAutoTitleDeleted()Gets the value of the autoTitleDeleted property.CTSurfacegetBackWall()Gets the value of the backWall property.CTDispBlanksAsgetDispBlanksAs()Gets the value of the dispBlanksAs property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTSurfacegetFloor()Gets the value of the floor property.CTLegendgetLegend()Gets the value of the legend property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPivotFmtsgetPivotFmts()Gets the value of the pivotFmts property.CTPlotAreagetPlotArea()Gets the value of the plotArea property.CTBooleangetPlotVisOnly()Gets the value of the plotVisOnly property.CTBooleangetShowDLblsOverMax()Gets the value of the showDLblsOverMax property.CTSurfacegetSideWall()Gets the value of the sideWall property.CTTitlegetTitle()Gets the value of the title property.CTView3DgetView3D()Gets the value of the view3D property.voidsetAutoTitleDeleted(CTBoolean value)Sets the value of the autoTitleDeleted property.voidsetBackWall(CTSurface value)Sets the value of the backWall property.voidsetDispBlanksAs(CTDispBlanksAs value)Sets the value of the dispBlanksAs property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFloor(CTSurface value)Sets the value of the floor property.voidsetLegend(CTLegend value)Sets the value of the legend property.voidsetParent(java.lang.Object parent)voidsetPivotFmts(CTPivotFmts value)Sets the value of the pivotFmts property.voidsetPlotArea(CTPlotArea value)Sets the value of the plotArea property.voidsetPlotVisOnly(CTBoolean value)Sets the value of the plotVisOnly property.voidsetShowDLblsOverMax(CTBoolean value)Sets the value of the showDLblsOverMax property.voidsetSideWall(CTSurface value)Sets the value of the sideWall property.voidsetTitle(CTTitle value)Sets the value of the title property.voidsetView3D(CTView3D value)Sets the value of the view3D property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
title
-
autoTitleDeleted
-
pivotFmts
-
view3D
-
floor
-
sideWall
-
backWall
-
plotArea
-
legend
-
plotVisOnly
-
dispBlanksAs
-
showDLblsOverMax
-
extLst
-
-
Constructor Details
-
CTChart
public CTChart()
-
-
Method Details
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
CTTitle
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isCTTitle
-
getAutoTitleDeleted
Gets the value of the autoTitleDeleted property.- Returns:
- possible object is
CTBoolean
-
setAutoTitleDeleted
Sets the value of the autoTitleDeleted property.- Parameters:
value- allowed object isCTBoolean
-
getPivotFmts
Gets the value of the pivotFmts property.- Returns:
- possible object is
CTPivotFmts
-
setPivotFmts
Sets the value of the pivotFmts property.- Parameters:
value- allowed object isCTPivotFmts
-
getView3D
Gets the value of the view3D property.- Returns:
- possible object is
CTView3D
-
setView3D
Sets the value of the view3D property.- Parameters:
value- allowed object isCTView3D
-
getFloor
Gets the value of the floor property.- Returns:
- possible object is
CTSurface
-
setFloor
Sets the value of the floor property.- Parameters:
value- allowed object isCTSurface
-
getSideWall
Gets the value of the sideWall property.- Returns:
- possible object is
CTSurface
-
setSideWall
Sets the value of the sideWall property.- Parameters:
value- allowed object isCTSurface
-
getBackWall
Gets the value of the backWall property.- Returns:
- possible object is
CTSurface
-
setBackWall
Sets the value of the backWall property.- Parameters:
value- allowed object isCTSurface
-
getPlotArea
Gets the value of the plotArea property.- Returns:
- possible object is
CTPlotArea
-
setPlotArea
Sets the value of the plotArea property.- Parameters:
value- allowed object isCTPlotArea
-
getLegend
Gets the value of the legend property.- Returns:
- possible object is
CTLegend
-
setLegend
Sets the value of the legend property.- Parameters:
value- allowed object isCTLegend
-
getPlotVisOnly
Gets the value of the plotVisOnly property.- Returns:
- possible object is
CTBoolean
-
setPlotVisOnly
Sets the value of the plotVisOnly property.- Parameters:
value- allowed object isCTBoolean
-
getDispBlanksAs
Gets the value of the dispBlanksAs property.- Returns:
- possible object is
CTDispBlanksAs
-
setDispBlanksAs
Sets the value of the dispBlanksAs property.- Parameters:
value- allowed object isCTDispBlanksAs
-
getShowDLblsOverMax
Gets the value of the showDLblsOverMax property.- Returns:
- possible object is
CTBoolean
-
setShowDLblsOverMax
Sets the value of the showDLblsOverMax property.- Parameters:
value- allowed object isCTBoolean
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-