|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimBehaviorEx
com.aspose.slides.pptx.animation.AnimPropertyEffectEx
public class AnimPropertyEffectEx
Property animation effect.
Constructor Summary | |
---|---|
AnimPropertyEffectEx()
|
Method Summary | |
---|---|
java.lang.String |
getBy()
Returns the relative offset of an animation with respect to its position before the animation start. |
void |
getBy(java.lang.String value)
Sets the relative offset of an animation with respect to its position before the animation start. |
AnimPropertyCalcModeTypeEx |
getCalcMode()
Returns the interpolation mode of an animation. |
java.lang.String |
getFrom()
Returns the starting value of an animation. |
AnimPointsEx |
getPoints()
Returns the animation points. |
java.lang.String |
getTo()
Returns the target value of an animation. |
AnimPropertyValueTypeEx |
getValueType()
Returns the type of a property value. |
void |
setCalcMode(AnimPropertyCalcModeTypeEx value)
Sets the interpolation mode of an animation. |
void |
setFrom(java.lang.String value)
Sets the starting value of an animation. |
void |
setPoints(AnimPointsEx value)
Sets the animation points. |
void |
setTo(java.lang.String value)
Sets the target value of an animation. |
void |
setValueType(AnimPropertyValueTypeEx value)
Sets the type of a property value. |
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx |
---|
getProperties, getTiming, isAccumulate, isAdditive, setAccumulate, setAdditive, setTiming |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimPropertyEffectEx()
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 getBy(java.lang.String value)
public AnimPropertyValueTypeEx getValueType()
public void setValueType(AnimPropertyValueTypeEx value)
public AnimPropertyCalcModeTypeEx getCalcMode()
public void setCalcMode(AnimPropertyCalcModeTypeEx value)
public AnimPointsEx getPoints()
public void setPoints(AnimPointsEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |