com.aspose.slides
Class PropertyEffectEx

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

public class PropertyEffectEx
extends BehaviorEx

Represent property effect behavior.


Constructor Summary
PropertyEffectEx()
           
 
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.
 int getCalcMode()
           Specifies the interpolation mode for the animation Read/write PropertyCalcModeTypeEx.
 java.lang.String getFrom()
           Specifies the starting value of the animation.
 PointsEx getPoints()
           Specifies the points of the animation.
 java.lang.String getTo()
           Specifies the ending value for the animation.
 int getValueType()
           Specifies the type of a property value.
 void setBy(java.lang.String value)
           
 void setCalcMode(int value)
           
 void setFrom(java.lang.String value)
           
 void setPoints(PointsEx value)
           
 void setTo(java.lang.String value)
           
 void setValueType(int value)
           
 
Methods inherited from class com.aspose.slides.BehaviorEx
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

PropertyEffectEx

public PropertyEffectEx()
Method Detail

getFrom

public java.lang.String getFrom()

Specifies the starting value of the animation. Read/write string.


setFrom

public void setFrom(java.lang.String value)

getTo

public java.lang.String getTo()

Specifies the ending value for the animation. Read/write string.


setTo

public void setTo(java.lang.String value)

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. Read/write string.


setBy

public void setBy(java.lang.String value)

getValueType

public int getValueType()

Specifies the type of a property value. Read/write PropertyValueTypeEx.


setValueType

public void setValueType(int value)

getCalcMode

public int getCalcMode()

Specifies the interpolation mode for the animation Read/write PropertyCalcModeTypeEx.


setCalcMode

public void setCalcMode(int value)

getPoints

public PointsEx getPoints()

Specifies the points of the animation. Read/write PointsEx.


setPoints

public void setPoints(PointsEx value)