|
|||||||||
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
Represent property effect behavior.
Constructor Summary | |
---|---|
AnimPropertyEffectEx()
|
Method Summary | |
---|---|
java.lang.String |
getBy()
Specifies a relative offset value for the animation with respect to its position before the start of the animation. |
void |
getBy(java.lang.String value)
Specifies a relative offset value for the animation with respect to its position before the start of the animation. |
AnimPropertyCalcModeTypeEx |
getCalcMode()
Specifies the interpolation mode for the animation |
java.lang.String |
getFrom()
Specifies the starting value of the animation. |
AnimPointsEx |
getPoints()
Specifies the points of the animation. |
java.lang.String |
getTo()
Specifies the ending value for the animation. |
AnimPropertyValueTypeEx |
getValueType()
Specifies a relative offset value for the animation with respect to its position before the start of the animation. |
void |
setCalcMode(AnimPropertyCalcModeTypeEx value)
Specifies the interpolation mode for the animation |
void |
setFrom(java.lang.String value)
Specifies the starting value of the animation. |
void |
setPoints(AnimPointsEx value)
Specifies the points of the animation. |
void |
setTo(java.lang.String value)
Specifies the ending value for the animation. |
void |
setValueType(AnimPropertyValueTypeEx value)
Specifies a relative offset value for the animation with respect to its position before the start of the animation. |
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx |
---|
getAccumulate, getAdditive, getProperties, getTiming, 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)
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)
value
- public AnimPropertyValueTypeEx getValueType()
public void setValueType(AnimPropertyValueTypeEx value)
value
- public AnimPropertyCalcModeTypeEx getCalcMode()
public void setCalcMode(AnimPropertyCalcModeTypeEx value)
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 |