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

Represents a set effect for an animation behavior.


Constructor Summary
AnimSetEffect()
           
 
Method Summary
 java.lang.Object getTo()
          Specifies the certain attribute of an effect after an animation effect.
 void setTo(java.lang.Object value)
          Specifies the certain attribute of a effect after an animation effect.
 
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

AnimSetEffect

public AnimSetEffect()
Method Detail

getTo

public java.lang.Object getTo()
Specifies the certain attribute of an effect after an animation effect. Represents point value. Only: bool, ColorFormatEx, float, int, string.


setTo

public void setTo(java.lang.Object value)
Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormatEx, float, int, string.

Parameters:
value -