Package org.pptx4j.pml
Class CTTLAnimateBehavior
java.lang.Object
org.pptx4j.pml.CTTLAnimateBehavior
- All Implemented Interfaces:
Child
Java class for CT_TLAnimateBehavior complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLAnimateBehavior">
<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="tavLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTimeAnimateValueList" minOccurs="0"/>
</sequence>
<attribute name="by" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="calcmode" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateBehaviorCalcMode" />
<attribute name="valueType" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateBehaviorValueType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected STTLAnimateBehaviorCalcModeprotected CTTLCommonBehaviorDataprotected Stringprotected CTTLTimeAnimateValueListprotected Stringprotected STTLAnimateBehaviorValueType -
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.getBy()Gets the value of the by property.Gets the value of the calcmode property.getCBhvr()Gets the value of the cBhvr property.getFrom()Gets the value of the from property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the tavLst property.getTo()Gets the value of the to property.Gets the value of the valueType property.voidSets the value of the by property.voidSets the value of the calcmode property.voidsetCBhvr(CTTLCommonBehaviorData value) Sets the value of the cBhvr property.voidSets the value of the from property.voidvoidSets the value of the tavLst property.voidSets the value of the to property.voidSets the value of the valueType property.
-
Field Details
-
cBhvr
-
tavLst
-
by
-
from
-
to
-
calcmode
-
valueType
-
-
Constructor Details
-
CTTLAnimateBehavior
public CTTLAnimateBehavior()
-
-
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
-
getTavLst
Gets the value of the tavLst property.- Returns:
- possible object is
CTTLTimeAnimateValueList
-
setTavLst
Sets the value of the tavLst property.- Parameters:
value- allowed object isCTTLTimeAnimateValueList
-
getBy
Gets the value of the by property.- Returns:
- possible object is
String
-
setBy
Sets the value of the by property.- Parameters:
value- allowed object isString
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isString
-
getTo
Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isString
-
getCalcmode
Gets the value of the calcmode property.- Returns:
- possible object is
STTLAnimateBehaviorCalcMode
-
setCalcmode
Sets the value of the calcmode property.- Parameters:
value- allowed object isSTTLAnimateBehaviorCalcMode
-
getValueType
Gets the value of the valueType property.- Returns:
- possible object is
STTLAnimateBehaviorValueType
-
setValueType
Sets the value of the valueType property.- Parameters:
value- allowed object isSTTLAnimateBehaviorValueType
-
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.
-