Package org.docx4j.dml
Class CTAnimationChartElement
java.lang.Object
org.docx4j.dml.CTAnimationChartElement
- All Implemented Interfaces:
Child
Java class for CT_AnimationChartElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AnimationChartElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="seriesIdx" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
<attribute name="categoryIdx" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
<attribute name="bldStep" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_ChartBuildStep" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 bldStep property.intGets the value of the categoryIdx property.Gets the parent object in the object tree representing the unmarshalled xml document.intGets the value of the seriesIdx property.voidsetBldStep(STChartBuildStep value) Sets the value of the bldStep property.voidsetCategoryIdx(Integer value) Sets the value of the categoryIdx property.voidvoidsetSeriesIdx(Integer value) Sets the value of the seriesIdx property.
-
Field Details
-
seriesIdx
-
categoryIdx
-
bldStep
-
-
Constructor Details
-
CTAnimationChartElement
public CTAnimationChartElement()
-
-
Method Details
-
getSeriesIdx
public int getSeriesIdx()Gets the value of the seriesIdx property.- Returns:
- possible object is
Integer
-
setSeriesIdx
Sets the value of the seriesIdx property.- Parameters:
value- allowed object isInteger
-
getCategoryIdx
public int getCategoryIdx()Gets the value of the categoryIdx property.- Returns:
- possible object is
Integer
-
setCategoryIdx
Sets the value of the categoryIdx property.- Parameters:
value- allowed object isInteger
-
getBldStep
Gets the value of the bldStep property.- Returns:
- possible object is
STChartBuildStep
-
setBldStep
Sets the value of the bldStep property.- Parameters:
value- allowed object isSTChartBuildStep
-
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.
-