Class CTTLAnimateEffectBehavior

java.lang.Object
org.pptx4j.pml.CTTLAnimateEffectBehavior
All Implemented Interfaces:
Child

public class CTTLAnimateEffectBehavior extends Object implements Child

Java class for CT_TLAnimateEffectBehavior complex type.

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

 <complexType name="CT_TLAnimateEffectBehavior">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cBhvr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonBehaviorData"/>
         <element name="progress" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariant" minOccurs="0"/>
       </sequence>
       <attribute name="transition" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateEffectTransition" />
       <attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="prLst" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTLAnimateEffectBehavior

      public CTTLAnimateEffectBehavior()
  • Method Details

    • getCBhvr

      public CTTLCommonBehaviorData getCBhvr()
      Gets the value of the cBhvr property.
      Returns:
      possible object is CTTLCommonBehaviorData
    • setCBhvr

      public void setCBhvr(CTTLCommonBehaviorData value)
      Sets the value of the cBhvr property.
      Parameters:
      value - allowed object is CTTLCommonBehaviorData
    • getProgress

      public CTTLAnimVariant getProgress()
      Gets the value of the progress property.
      Returns:
      possible object is CTTLAnimVariant
    • setProgress

      public void setProgress(CTTLAnimVariant value)
      Sets the value of the progress property.
      Parameters:
      value - allowed object is CTTLAnimVariant
    • getTransition

      public STTLAnimateEffectTransition getTransition()
      Gets the value of the transition property.
      Returns:
      possible object is STTLAnimateEffectTransition
    • setTransition

      public void setTransition(STTLAnimateEffectTransition value)
      Sets the value of the transition property.
      Parameters:
      value - allowed object is STTLAnimateEffectTransition
    • getFilter

      public String getFilter()
      Gets the value of the filter property.
      Returns:
      possible object is String
    • setFilter

      public void setFilter(String value)
      Sets the value of the filter property.
      Parameters:
      value - allowed object is String
    • getPrLst

      public String getPrLst()
      Gets the value of the prLst property.
      Returns:
      possible object is String
    • setPrLst

      public void setPrLst(String value)
      Sets the value of the prLst 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.