CommandEffect

Inheritance: java.lang.Object, com.aspose.slides.Behavior

All Implemented Interfaces: com.aspose.slides.ICommandEffect

public class CommandEffect extends Behavior implements ICommandEffect

Represents a command effect for an animation behavior.

Constructors

ConstructorDescription
CommandEffect()Creates new instance.

Methods

MethodDescription
getType()Defines command effect type of behavior.
setType(byte value)Defines command effect type of behavior.
getCommandString()Defines command string.
setCommandString(String value)Defines command string.
getShapeTarget()Defines shape target of command effect.
setShapeTarget(IShape value)Defines shape target of command effect.

CommandEffect()

public CommandEffect()

Creates new instance.

getType()

public final byte getType()

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

Returns: byte

setType(byte value)

public final void setType(byte value)

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

Parameters:

ParameterTypeDescription
valuebyte

getCommandString()

public final String getCommandString()

Defines command string. Read/write String.

Returns: java.lang.String

setCommandString(String value)

public final void setCommandString(String value)

Defines command string. Read/write String.

Parameters:

ParameterTypeDescription
valuejava.lang.String

getShapeTarget()

public final IShape getShapeTarget()

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

Returns: IShape

setShapeTarget(IShape value)

public final void setShapeTarget(IShape value)

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

Parameters:

ParameterTypeDescription
valueIShape