public class CTTLAnimateEffectBehavior extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected CTTLCommonBehaviorData |
cBhvr |
protected String |
filter |
protected String |
prLst |
protected CTTLAnimVariant |
progress |
protected STTLAnimateEffectTransition |
transition |
Constructor and Description |
---|
CTTLAnimateEffectBehavior() |
Modifier and Type | Method and Description |
---|---|
CTTLCommonBehaviorData |
getCBhvr()
Gets the value of the cBhvr property.
|
String |
getFilter()
Gets the value of the filter property.
|
String |
getPrLst()
Gets the value of the prLst property.
|
CTTLAnimVariant |
getProgress()
Gets the value of the progress property.
|
STTLAnimateEffectTransition |
getTransition()
Gets the value of the transition property.
|
void |
setCBhvr(CTTLCommonBehaviorData value)
Sets the value of the cBhvr property.
|
void |
setFilter(String value)
Sets the value of the filter property.
|
void |
setPrLst(String value)
Sets the value of the prLst property.
|
void |
setProgress(CTTLAnimVariant value)
Sets the value of the progress property.
|
void |
setTransition(STTLAnimateEffectTransition value)
Sets the value of the transition property.
|
protected CTTLCommonBehaviorData cBhvr
protected CTTLAnimVariant progress
protected STTLAnimateEffectTransition transition
protected String filter
protected String prLst
public CTTLCommonBehaviorData getCBhvr()
CTTLCommonBehaviorData
public void setCBhvr(CTTLCommonBehaviorData value)
value
- allowed object is
CTTLCommonBehaviorData
public CTTLAnimVariant getProgress()
CTTLAnimVariant
public void setProgress(CTTLAnimVariant value)
value
- allowed object is
CTTLAnimVariant
public STTLAnimateEffectTransition getTransition()
STTLAnimateEffectTransition
public void setTransition(STTLAnimateEffectTransition value)
value
- allowed object is
STTLAnimateEffectTransition
public String getFilter()
String
public void setFilter(String value)
value
- allowed object is
String
public String getPrLst()
String
Copyright © 2007-2019. All Rights Reserved.