|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.BehaviorEx
com.aspose.slides.pptx.animation.CommandEffectEx
public class CommandEffectEx
Command animation effect.
Constructor Summary | |
---|---|
CommandEffectEx()
|
Method Summary | |
---|---|
java.lang.String |
getCommandString()
Returns the command string of an animation. |
ShapeEx |
getShapeTarget()
Returns the target shape of a command. |
CommandEffectTypeEx |
getType()
Returns the command type of an animation. |
void |
setCommandString(java.lang.String value)
Sets the command string of an animation. |
void |
setShapeTarget(ShapeEx value)
Sets the target shape of a command. |
void |
setType(CommandEffectTypeEx value)
Sets the command type of an animation. |
Methods inherited from class com.aspose.slides.pptx.animation.BehaviorEx |
---|
getProperties, getTiming, isAccumulate, isAdditive, 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 CommandEffectTypeEx getType()
public void setType(CommandEffectTypeEx value)
value
- new command type.public java.lang.String getCommandString()
public void setCommandString(java.lang.String value)
value
- new command string.public ShapeEx getShapeTarget()
public void setShapeTarget(ShapeEx value)
value
- new target shape.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |