public class CTTLAnimateBehavior extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
by |
protected STTLAnimateBehaviorCalcMode |
calcmode |
protected CTTLCommonBehaviorData |
cBhvr |
protected String |
from |
protected CTTLTimeAnimateValueList |
tavLst |
protected String |
to |
protected STTLAnimateBehaviorValueType |
valueType |
| Constructor and Description |
|---|
CTTLAnimateBehavior() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBy()
Gets the value of the by property.
|
STTLAnimateBehaviorCalcMode |
getCalcmode()
Gets the value of the calcmode property.
|
CTTLCommonBehaviorData |
getCBhvr()
Gets the value of the cBhvr property.
|
String |
getFrom()
Gets the value of the from property.
|
CTTLTimeAnimateValueList |
getTavLst()
Gets the value of the tavLst property.
|
String |
getTo()
Gets the value of the to property.
|
STTLAnimateBehaviorValueType |
getValueType()
Gets the value of the valueType property.
|
void |
setBy(String value)
Sets the value of the by property.
|
void |
setCalcmode(STTLAnimateBehaviorCalcMode value)
Sets the value of the calcmode property.
|
void |
setCBhvr(CTTLCommonBehaviorData value)
Sets the value of the cBhvr property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setTavLst(CTTLTimeAnimateValueList value)
Sets the value of the tavLst property.
|
void |
setTo(String value)
Sets the value of the to property.
|
void |
setValueType(STTLAnimateBehaviorValueType value)
Sets the value of the valueType property.
|
protected CTTLCommonBehaviorData cBhvr
protected CTTLTimeAnimateValueList tavLst
protected String by
protected String from
protected String to
protected STTLAnimateBehaviorCalcMode calcmode
protected STTLAnimateBehaviorValueType valueType
public CTTLCommonBehaviorData getCBhvr()
CTTLCommonBehaviorDatapublic void setCBhvr(CTTLCommonBehaviorData value)
value - allowed object is
CTTLCommonBehaviorDatapublic CTTLTimeAnimateValueList getTavLst()
CTTLTimeAnimateValueListpublic void setTavLst(CTTLTimeAnimateValueList value)
value - allowed object is
CTTLTimeAnimateValueListpublic void setBy(String value)
value - allowed object is
Stringpublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic void setTo(String value)
value - allowed object is
Stringpublic STTLAnimateBehaviorCalcMode getCalcmode()
STTLAnimateBehaviorCalcModepublic void setCalcmode(STTLAnimateBehaviorCalcMode value)
value - allowed object is
STTLAnimateBehaviorCalcModepublic STTLAnimateBehaviorValueType getValueType()
STTLAnimateBehaviorValueTypepublic void setValueType(STTLAnimateBehaviorValueType value)
value - allowed object is
STTLAnimateBehaviorValueTypeCopyright © 2007-2019. All Rights Reserved.