Package org.docx4j.dml.chart
Class CTChart
java.lang.Object
org.docx4j.dml.chart.CTChart
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTBooleanprotected CTSurfaceprotected CTDispBlanksAsprotected CTExtensionListprotected CTSurfaceprotected CTLegendprotected CTPivotFmtsprotected CTPlotAreaprotected CTBooleanprotected CTBooleanprotected CTSurfaceprotected CTTitleprotected CTView3D -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the autoTitleDeleted property.Gets the value of the backWall property.Gets the value of the dispBlanksAs property.Gets the value of the extLst property.getFloor()Gets the value of the floor property.Gets the value of the legend property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the pivotFmts property.Gets the value of the plotArea property.Gets the value of the plotVisOnly property.Gets the value of the showDLblsOverMax property.Gets the value of the sideWall property.getTitle()Gets the value of the title property.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.voidSets the value of the floor property.voidSets the value of the legend property.voidvoidsetPivotFmts(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.voidSets the value of the title property.voidSets the value of the view3D property.
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-