|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommandEffect
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 interface com.aspose.slides.IBehavior |
---|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Method Detail |
---|
byte getType()
Defines command effect type of behavior.
Read/write CommandEffectType
.
void setType(byte value)
Defines command effect type of behavior.
Read/write CommandEffectType
.
java.lang.String getCommandString()
Defines command string.
Read/write String
.
void setCommandString(java.lang.String value)
Defines command string.
Read/write String
.
IShape getShapeTarget()
Defines shape target of command effect.
Read/write IShape
.
void setShapeTarget(IShape value)
Defines shape target of command effect.
Read/write IShape
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |