com.aspose.slides.pptx.animation
Class CommandEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.BehaviorEx
      extended by com.aspose.slides.pptx.animation.CommandEffectEx

public class CommandEffectEx
extends BehaviorEx

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

CommandEffectEx

public CommandEffectEx()
Method Detail

getType

public CommandEffectTypeEx getType()
Returns the command type of an animation.


setType

public void setType(CommandEffectTypeEx value)
Sets the command type of an animation.

Parameters:
value - new command type.

getCommandString

public java.lang.String getCommandString()
Returns the command string of an animation.


setCommandString

public void setCommandString(java.lang.String value)
Sets the command string of an animation.

Parameters:
value - new command string.

getShapeTarget

public ShapeEx getShapeTarget()
Returns the target shape of a command.


setShapeTarget

public void setShapeTarget(ShapeEx value)
Sets the target shape of a command.

Parameters:
value - new target shape.