com.aspose.slides.pptx.animation
Class AnimCommandEffectEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimBehaviorEx
      extended by com.aspose.slides.pptx.animation.AnimCommandEffectEx

public class AnimCommandEffectEx
extends AnimBehaviorEx

Command animation effect.


Constructor Summary
AnimCommandEffectEx()
           
 
Method Summary
 java.lang.String getCommandString()
          Returns the command string of an animation.
 ShapeEx getShapeTarget()
          Returns the target shape of a command.
 AnimCommandEffectTypeEx 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(AnimCommandEffectTypeEx value)
          Sets the command type of an animation.
 
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx
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

AnimCommandEffectEx

public AnimCommandEffectEx()
Method Detail

getType

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


setType

public void setType(AnimCommandEffectTypeEx 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.