com.aspose.slides.pptx.animation
Class SetEffectEx

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

public class SetEffectEx
extends BehaviorEx

Set animation effect.


Constructor Summary
SetEffectEx()
           
 
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.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

SetEffectEx

public SetEffectEx()
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.