com.aspose.slides
Class CommandEffect

java.lang.Object
  extended by com.aspose.slides.Behavior
      extended by com.aspose.slides.CommandEffect
All Implemented Interfaces:
IBehavior, ICommandEffect

public class CommandEffect
extends Behavior
implements ICommandEffect

Represents a command effect for an animation behavior.


Constructor Summary
CommandEffect()
           
 
Method Summary
 IBehavior getAsIBehavior()
           
 java.lang.String getCommandString()
           Defines command string.
 IShape getShapeTarget()
           Defines shape target of command effect.
 byte getType()
           Defines command effect type of behavior.
 void setCommandString(java.lang.String value)
           
 void setShapeTarget(IShape value)
           
 void setType(byte value)
           
 
Methods inherited from class com.aspose.slides.Behavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Constructor Detail

CommandEffect

public CommandEffect()
Method Detail

getType

public byte getType()

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

Specified by:
getType in interface ICommandEffect

setType

public void setType(byte value)
Specified by:
setType in interface ICommandEffect

getCommandString

public java.lang.String getCommandString()

Defines command string. Read/write string.

Specified by:
getCommandString in interface ICommandEffect

setCommandString

public void setCommandString(java.lang.String value)
Specified by:
setCommandString in interface ICommandEffect

getShapeTarget

public IShape getShapeTarget()

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

Specified by:
getShapeTarget in interface ICommandEffect

setShapeTarget

public void setShapeTarget(IShape value)
Specified by:
setShapeTarget in interface ICommandEffect

getAsIBehavior

public IBehavior getAsIBehavior()