com.aspose.slides
Class CommandEffectEx

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

public class CommandEffectEx
extends BehaviorEx

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

CommandEffectEx

public CommandEffectEx()
Method Detail

getType

public byte getType()

Defines command effect type of behavior. Read/write CommandEffectTypeEx.


setType

public void setType(byte value)

getCommandString

public java.lang.String getCommandString()

Defines command string. Read/write string.


setCommandString

public void setCommandString(java.lang.String value)

getShapeTarget

public ShapeEx getShapeTarget()

Defines shape target of command effect. Read/write ShapeEx.


setShapeTarget

public void setShapeTarget(ShapeEx value)