|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Behavior
com.aspose.slides.SetEffect
public class SetEffect
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 |
---|
public SetEffect()
Method Detail |
---|
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
.
getTo
in interface ISetEffect
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
.
setTo
in interface ISetEffect
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |