java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2018.animation.CTAnimationProperties
All Implemented Interfaces:
Child

public class CTAnimationProperties extends Object implements Child

Java class for CT_AnimationProperties complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_AnimationProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_AnimationName" default="" />
       <attribute name="length" use="required" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_UniversalTimeOffset" />
       <attribute name="count" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_PlayCount" default="1" />
       <attribute name="auto" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="offset" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_UniversalTimeOffset" default="0" />
       <attribute name="st" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_UniversalTimeOffset" default="0" />
       <attribute name="end" type="{http://schemas.microsoft.com/office/drawing/2018/animation}ST_UniversalTimeOffset" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTAnimationProperties

      public CTAnimationProperties()
  • Method Details

    • getExtLst

      public CTOfficeArtExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTOfficeArtExtensionList
    • setExtLst

      public void setExtLst(CTOfficeArtExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTOfficeArtExtensionList
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getLength

      public String getLength()
      Gets the value of the length property.
      Returns:
      possible object is String
    • setLength

      public void setLength(String value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is String
    • getCount

      public String getCount()
      Gets the value of the count property.
      Returns:
      possible object is String
    • setCount

      public void setCount(String value)
      Sets the value of the count property.
      Parameters:
      value - allowed object is String
    • isAuto

      public boolean isAuto()
      Gets the value of the auto property.
      Returns:
      possible object is Boolean
    • setAuto

      public void setAuto(Boolean value)
      Sets the value of the auto property.
      Parameters:
      value - allowed object is Boolean
    • getOffset

      public String getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is String
    • setOffset

      public void setOffset(String value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is String
    • getSt

      public String getSt()
      Gets the value of the st property.
      Returns:
      possible object is String
    • setSt

      public void setSt(String value)
      Sets the value of the st property.
      Parameters:
      value - allowed object is String
    • getEnd

      public String getEnd()
      Gets the value of the end property.
      Returns:
      possible object is String
    • setEnd

      public void setEnd(String value)
      Sets the value of the end property.
      Parameters:
      value - allowed object is String
    • 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.