SetEffect
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.slides.Behavior
All Implemented Interfaces: com.aspose.slides.ISetEffect
public class SetEffect extends Behavior implements ISetEffect
Represents a set effect for an animation behavior.
Constructors
Constructor | Description |
---|---|
SetEffect() |
Methods
Method | Description |
---|---|
getTo() | Specifies the certain attribute of a effect after an animation effect. |
setTo(Object value) | Specifies the certain attribute of a effect after an animation effect. |
SetEffect()
public SetEffect()
getTo()
public final 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.
Returns: java.lang.Object
setTo(Object value)
public final void setTo(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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Object |