com.aspose.slides.pptx.animation
Class AnimSetEffect

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

public class AnimSetEffect
extends AnimBehaviorEx

Set animation effect.


Constructor Summary
AnimSetEffect()
           
 
Method Summary
 java.lang.Object getTo()
          Returns the target point of an animation.
 void setTo(java.lang.Object value)
          Sets the target point of an animation.
 
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

AnimSetEffect

public AnimSetEffect()
Method Detail

getTo

public java.lang.Object getTo()
Returns the target point of an animation. Only: Boolean, ColorFormatEx, Float, Integer, String.


setTo

public void setTo(java.lang.Object value)
Sets the target point of an animation. Only: Boolean, ColorFormatEx, Float, Integer, String.