com.aspose.slides
Class SetEffectEx

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

public class SetEffectEx
extends BehaviorEx

Represents a set effect for an animation behavior.


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

SetEffectEx

public SetEffectEx()
Method Detail

getTo

public java.lang.Object getTo()

Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormatEx, float, int, string. Read/write object.


setTo

public void setTo(java.lang.Object value)