|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Behavior
com.aspose.slides.CommandEffect
public class CommandEffect
Represents a command effect for an animation behavior.
Constructor Summary | |
---|---|
CommandEffect()
|
Method Summary | |
---|---|
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)
Defines command string. |
void |
setShapeTarget(IShape value)
Defines shape target of command effect. |
void |
setType(byte value)
Defines command effect type of behavior. |
Methods inherited from class com.aspose.slides.Behavior |
---|
getAccumulate, getAdditive, getParent_Immediate, 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 |
---|
public CommandEffect()
Method Detail |
---|
public byte getType()
Defines command effect type of behavior.
Read/write CommandEffectType
.
getType
in interface ICommandEffect
public void setType(byte value)
Defines command effect type of behavior.
Read/write CommandEffectType
.
Use values of CommandEffectType type for the "value" parameter.
setType
in interface ICommandEffect
public java.lang.String getCommandString()
Defines command string.
Read/write String
.
getCommandString
in interface ICommandEffect
public void setCommandString(java.lang.String value)
Defines command string.
Read/write String
.
setCommandString
in interface ICommandEffect
public IShape getShapeTarget()
Defines shape target of command effect.
Read/write IShape
.
getShapeTarget
in interface ICommandEffect
public void setShapeTarget(IShape value)
Defines shape target of command effect.
Read/write IShape
.
setShapeTarget
in interface ICommandEffect
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |