CommandEffect
Contents
[
Hide
]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
Constructor | Description |
---|---|
CommandEffect() | Creates new instance. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | byte |
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:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | IShape |