ICommandEffect

All Implemented Interfaces: com.aspose.slides.IBehavior

public interface ICommandEffect extends IBehavior

Represents a command effect for an animation behavior.

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.

getType()

public abstract byte getType()

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

Returns: byte

setType(byte value)

public abstract void setType(byte value)

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

Parameters:

ParameterTypeDescription
valuebyte

getCommandString()

public abstract String getCommandString()

Defines command string. Read/write String.

Returns: java.lang.String

setCommandString(String value)

public abstract void setCommandString(String value)

Defines command string. Read/write String.

Parameters:

ParameterTypeDescription
valuejava.lang.String

getShapeTarget()

public abstract IShape getShapeTarget()

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

Returns: IShape

setShapeTarget(IShape value)

public abstract void setShapeTarget(IShape value)

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

Parameters:

ParameterTypeDescription
valueIShape