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

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

AnimPropertyEffectEx

public AnimPropertyEffectEx()
Method Detail

getFrom

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


setFrom

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

Parameters:
value -

getTo

public java.lang.String getTo()
Specifies the ending value for the animation.


setTo

public void setTo(java.lang.String value)
Specifies the ending value for the animation.


getBy

public java.lang.String getBy()
Specifies a relative offset value for the animation with respect to its position before the start of the animation.


getBy

public 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.

Parameters:
value -

getValueType

public AnimPropertyValueTypeEx getValueType()
Specifies a relative offset value for the animation with respect to its position before the start of the animation.


setValueType

public void setValueType(AnimPropertyValueTypeEx value)
Specifies a relative offset value for the animation with respect to its position before the start of the animation.

Parameters:
value -

getCalcMode

public AnimPropertyCalcModeTypeEx getCalcMode()
Specifies the interpolation mode for the animation


setCalcMode

public void setCalcMode(AnimPropertyCalcModeTypeEx value)
Specifies the interpolation mode for the animation

Parameters:
value -

getPoints

public AnimPointsEx getPoints()
Specifies the points of the animation.


setPoints

public void setPoints(AnimPointsEx value)
Specifies the points of the animation.