com.aspose.slides
Class SetEffect

java.lang.Object
  extended by com.aspose.slides.Behavior
      extended by com.aspose.slides.SetEffect
All Implemented Interfaces:
IBehavior, ISetEffect

public class SetEffect
extends Behavior
implements ISetEffect

Represents a set effect for an animation behavior.


Constructor Summary
SetEffect()
           
 
Method Summary
 java.lang.Object getTo()
           Specifies the certain attribute of a 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.Behavior
getAccumulate, getAdditive, getParent_Immediate, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Constructor Detail

SetEffect

public SetEffect()
Method Detail

getTo

public java.lang.Object getTo()

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

Specified by:
getTo in interface ISetEffect

setTo

public void setTo(java.lang.Object value)

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

Specified by:
setTo in interface ISetEffect


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.