|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimBehaviorEx
com.aspose.slides.pptx.animation.AnimCommandEffectEx
public class AnimCommandEffectEx
Represents a command effect for an animation behavior.
Constructor Summary | |
---|---|
AnimCommandEffectEx()
|
Method Summary | |
---|---|
java.lang.String |
getCommandString()
Returns the command string. |
ShapeEx |
getShapeTarget()
Returns the shape target of a command effect. |
AnimCommandEffectTypeEx |
getType()
Returns the command effect type of a behavior. |
void |
setCommandString(java.lang.String value)
Sets the command string. |
void |
setShapeTarget(ShapeEx value)
Sets the shape target of a command effect. |
void |
setType(AnimCommandEffectTypeEx value)
Sets the command effect type of a behavior. |
Methods inherited from class com.aspose.slides.pptx.animation.AnimBehaviorEx |
---|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimCommandEffectEx()
Method Detail |
---|
public AnimCommandEffectTypeEx getType()
public void setType(AnimCommandEffectTypeEx value)
value
- public java.lang.String getCommandString()
public void setCommandString(java.lang.String value)
value
- public ShapeEx getShapeTarget()
public void setShapeTarget(ShapeEx value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |