Package org.pptx4j.pml
Class CTTLAnimateEffectBehavior
java.lang.Object
org.pptx4j.pml.CTTLAnimateEffectBehavior
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CTTLCommonBehaviorDataprotected Stringprotected Stringprotected CTTLAnimVariantprotected STTLAnimateEffectTransition -
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.getCBhvr()Gets the value of the cBhvr property.Gets the value of the filter property.Gets the parent object in the object tree representing the unmarshalled xml document.getPrLst()Gets the value of the prLst property.Gets the value of the progress property.Gets the value of the transition property.voidsetCBhvr(CTTLCommonBehaviorData value) Sets the value of the cBhvr property.voidSets the value of the filter property.voidvoidSets the value of the prLst property.voidsetProgress(CTTLAnimVariant value) Sets the value of the progress property.voidSets the value of the transition property.
-
Field Details
-
cBhvr
-
progress
-
transition
-
filter
-
prLst
-
-
Constructor Details
-
CTTLAnimateEffectBehavior
public CTTLAnimateEffectBehavior()
-
-
Method Details
-
getCBhvr
Gets the value of the cBhvr property.- Returns:
- possible object is
CTTLCommonBehaviorData
-
setCBhvr
Sets the value of the cBhvr property.- Parameters:
value- allowed object isCTTLCommonBehaviorData
-
getProgress
Gets the value of the progress property.- Returns:
- possible object is
CTTLAnimVariant
-
setProgress
Sets the value of the progress property.- Parameters:
value- allowed object isCTTLAnimVariant
-
getTransition
Gets the value of the transition property.- Returns:
- possible object is
STTLAnimateEffectTransition
-
setTransition
Sets the value of the transition property.- Parameters:
value- allowed object isSTTLAnimateEffectTransition
-
getFilter
Gets the value of the filter property.- Returns:
- possible object is
String
-
setFilter
Sets the value of the filter property.- Parameters:
value- allowed object isString
-
getPrLst
Gets the value of the prLst property.- Returns:
- possible object is
String
-
setPrLst
Sets the value of the prLst property.- Parameters:
value- allowed object isString
-
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.
-