|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BehaviorEx
com.aspose.slides.CommandEffectEx
public class CommandEffectEx
Represents a command effect for an animation behavior.
Constructor Summary | |
---|---|
CommandEffectEx()
|
Method Summary | |
---|---|
java.lang.String |
getCommandString()
Defines command string. |
ShapeEx |
getShapeTarget()
Defines shape target of command effect. |
byte |
getType()
Defines command effect type of behavior. |
void |
setCommandString(java.lang.String value)
|
void |
setShapeTarget(ShapeEx value)
|
void |
setType(byte 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 |
---|
public CommandEffectEx()
Method Detail |
---|
public byte getType()
Defines command effect type of behavior.
Read/write CommandEffectTypeEx
.
public void setType(byte value)
public java.lang.String getCommandString()
Defines command string.
Read/write string
.
public void setCommandString(java.lang.String value)
public ShapeEx getShapeTarget()
Defines shape target of command effect.
Read/write ShapeEx
.
public void setShapeTarget(ShapeEx value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |