com.aspose.slides.pptx.animation
Class PropertyEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.BehaviorEx
      extended by com.aspose.slides.pptx.animation.PropertyEffectEx

public class PropertyEffectEx
extends BehaviorEx

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

PropertyEffectEx

public PropertyEffectEx()
Method Detail

getFrom

public java.lang.String getFrom()
Returns the starting value of an animation.


setFrom

public void setFrom(java.lang.String value)
Sets the starting value of an animation.


getTo

public java.lang.String getTo()
Returns the target value of an animation.


setTo

public void setTo(java.lang.String value)
Sets the target value of an animation.


getBy

public java.lang.String getBy()
Returns the relative offset of an animation with respect to its position before the animation start.


getBy

public void getBy(java.lang.String value)
Sets the relative offset of an animation with respect to its position before the animation start.


getValueType

public PropertyValueTypeEx getValueType()
Returns the type of a property value.


setValueType

public void setValueType(PropertyValueTypeEx value)
Sets the type of a property value.


getCalcMode

public PropertyCalcModeTypeEx getCalcMode()
Returns the interpolation mode of an animation.


setCalcMode

public void setCalcMode(PropertyCalcModeTypeEx value)
Sets the interpolation mode of an animation.


getPoints

public PointsEx getPoints()
Returns the animation points.


setPoints

public void setPoints(PointsEx value)
Sets the animation points.