ISetEffect
All Implemented Interfaces: com.aspose.slides.IBehavior
public interface ISetEffect extends IBehavior
Represents a set effect for an animation behavior.
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. |
getTo()
public abstract 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 abstract 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 |