|
|||||||||
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
Represent base class behavior of effect.
Method Summary | |
---|---|
NullableBool |
getAccumulate()
Returns whether an animation behaviors are accumulated. |
AnimBehaviorAdditiveTypeEx |
getAdditive()
Returns whether the current animation behavior is combined with other running animations. |
AnimBehaviorPropertiesEx |
getProperties()
Returns the properties of a behavior. |
AnimTimingEx |
getTiming()
Returns timing properties of an effect's behavior. |
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 effect's behavior. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public NullableBool getAccumulate()
public void setAccumulate(NullableBool value)
value
- public AnimBehaviorAdditiveTypeEx getAdditive()
public void setAdditive(AnimBehaviorAdditiveTypeEx value)
value
- public AnimBehaviorPropertiesEx getProperties()
public AnimTimingEx getTiming()
public void setTiming(AnimTimingEx value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |