Class CTAnimationChartElement

java.lang.Object
org.docx4j.dml.CTAnimationChartElement
All Implemented Interfaces:
Child

public class CTAnimationChartElement extends Object implements 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 Details

  • Constructor Details

    • CTAnimationChartElement

      public CTAnimationChartElement()
  • Method Details

    • getSeriesIdx

      public int getSeriesIdx()
      Gets the value of the seriesIdx property.
      Returns:
      possible object is Integer
    • setSeriesIdx

      public void setSeriesIdx(Integer value)
      Sets the value of the seriesIdx property.
      Parameters:
      value - allowed object is Integer
    • getCategoryIdx

      public int getCategoryIdx()
      Gets the value of the categoryIdx property.
      Returns:
      possible object is Integer
    • setCategoryIdx

      public void setCategoryIdx(Integer value)
      Sets the value of the categoryIdx property.
      Parameters:
      value - allowed object is Integer
    • getBldStep

      public STChartBuildStep getBldStep()
      Gets the value of the bldStep property.
      Returns:
      possible object is STChartBuildStep
    • setBldStep

      public void setBldStep(STChartBuildStep value)
      Sets the value of the bldStep property.
      Parameters:
      value - allowed object is STChartBuildStep
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.