|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.BehaviorEx
public abstract class BehaviorEx
Base class of an animation behavior.
Method Summary | |
---|---|
BehaviorPropertiesEx |
getProperties()
Returns the properties of an animation behavior. |
TimingEx |
getTiming()
Returns timing properties of an animation behavior. |
NullableBool |
isAccumulate()
Returns whether an animation behaviors are accumulated. |
BehaviorAdditiveTypeEx |
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(BehaviorAdditiveTypeEx value)
Sets whether the current animation behavior is combined with other running animations. |
void |
setTiming(TimingEx 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 BehaviorAdditiveTypeEx isAdditive()
public void setAdditive(BehaviorAdditiveTypeEx value)
public BehaviorPropertiesEx getProperties()
public TimingEx getTiming()
public void setTiming(TimingEx value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |