com.aspose.slides.pptx.animation
Class AnimPropertyEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimBehaviorEx
      extended by com.aspose.slides.pptx.animation.AnimPropertyEffectEx

public class AnimPropertyEffectEx
extends AnimBehaviorEx

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

AnimPropertyEffectEx

public AnimPropertyEffectEx()
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 AnimPropertyValueTypeEx getValueType()
Returns the type of a property value.


setValueType

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


getCalcMode

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


setCalcMode

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


getPoints

public AnimPointsEx getPoints()
Returns the animation points.


setPoints

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