|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.drawing.animation.CommonBehavior
com.spire.presentation.drawing.animation.AnimationProperty
public class AnimationProperty
Represent property effect behavior.
Constructor Summary | |
---|---|
AnimationProperty()
|
Method Summary | |
---|---|
java.lang.String |
getBy()
Specifies a relative offset value for the animation. |
AnimationCalculationMode |
getCalcMode()
Indicates the Calculation mode for the animation Read/write |
java.lang.String |
getFrom()
Indicates the starting value of the animation. |
TimeAnimationValueCollection |
getTimeAnimationValueCollection()
Indicates the value of the animation. |
java.lang.String |
getTo()
Indicates the ending value for the animation. |
PropertyValueType |
getValueType()
Indicates the type of a property value. |
void |
setBy(java.lang.String value)
|
void |
setCalcMode(AnimationCalculationMode value)
|
void |
setFrom(java.lang.String value)
|
void |
setTimeAnimationValueCollection(TimeAnimationValueCollection value)
|
void |
setTo(java.lang.String value)
|
void |
setValueType(PropertyValueType value)
|
Methods inherited from class com.spire.presentation.drawing.animation.CommonBehavior |
---|
getAccumulate, getAdditive, getTiming, setAccumulate, setAdditive, setTiming |
Methods inherited from class com.spire.presentation.PptObject |
---|
checkDisposed, getParent |
Constructor Detail |
---|
public AnimationProperty()
Method Detail |
---|
public java.lang.String getFrom()
public void setFrom(java.lang.String value)
public java.lang.String getTo()
public void setTo(java.lang.String value)
public java.lang.String getBy()
public void setBy(java.lang.String value)
public PropertyValueType getValueType()
public void setValueType(PropertyValueType value)
public AnimationCalculationMode getCalcMode()
public void setCalcMode(AnimationCalculationMode value)
public TimeAnimationValueCollection getTimeAnimationValueCollection()
public void setTimeAnimationValueCollection(TimeAnimationValueCollection value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |