|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.BehaviorEx
com.aspose.slides.pptx.animation.PropertyEffectEx
public class PropertyEffectEx
Property animation effect.
Constructor Summary | |
---|---|
PropertyEffectEx()
|
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. |
PropertyCalcModeTypeEx |
getCalcMode()
Returns the interpolation mode of an animation. |
java.lang.String |
getFrom()
Returns the starting value of an animation. |
PointsEx |
getPoints()
Returns the animation points. |
java.lang.String |
getTo()
Returns the target value of an animation. |
PropertyValueTypeEx |
getValueType()
Returns the type of a property value. |
void |
setCalcMode(PropertyCalcModeTypeEx value)
Sets the interpolation mode of an animation. |
void |
setFrom(java.lang.String value)
Sets the starting value of an animation. |
void |
setPoints(PointsEx value)
Sets the animation points. |
void |
setTo(java.lang.String value)
Sets the target value of an animation. |
void |
setValueType(PropertyValueTypeEx value)
Sets the type of a property value. |
Methods inherited from class com.aspose.slides.pptx.animation.BehaviorEx |
---|
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 PropertyEffectEx()
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 PropertyValueTypeEx getValueType()
public void setValueType(PropertyValueTypeEx value)
public PropertyCalcModeTypeEx getCalcMode()
public void setCalcMode(PropertyCalcModeTypeEx value)
public PointsEx getPoints()
public void setPoints(PointsEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |