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

Represents a command effect for an animation behavior.


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

AnimCommandEffectEx

public AnimCommandEffectEx()
Method Detail

getType

public AnimCommandEffectTypeEx getType()
Returns the command effect type of a behavior.


setType

public void setType(AnimCommandEffectTypeEx value)
Sets the command effect type of a behavior.

Parameters:
value -

getCommandString

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


setCommandString

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

Parameters:
value -

getShapeTarget

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


setShapeTarget

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

Parameters:
value -