|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimBehaviorEx
public abstract class AnimBehaviorEx
Base class of an animation behavior.
Method Summary | |
---|---|
AnimBehaviorPropertiesEx |
getProperties()
Returns the properties of an animation behavior. |
AnimTimingEx |
getTiming()
Returns timing properties of an animation behavior. |
NullableBool |
isAccumulate()
Returns whether an animation behaviors are accumulated. |
AnimBehaviorAdditiveTypeEx |
isAdditive()
Returns whether the current animation behavior is combined with other running animations. |
void |
setAccumulate(NullableBool value)
Sets whether an animation behaviors are accumulated. |
void |
setAdditive(AnimBehaviorAdditiveTypeEx value)
Sets whether the current animation behavior is combined with other running animations. |
void |
setTiming(AnimTimingEx value)
Sets timing properties of an animation behavior. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public NullableBool isAccumulate()
public void setAccumulate(NullableBool value)
public AnimBehaviorAdditiveTypeEx isAdditive()
public void setAdditive(AnimBehaviorAdditiveTypeEx value)
public AnimBehaviorPropertiesEx getProperties()
public AnimTimingEx getTiming()
public void setTiming(AnimTimingEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |