|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Behavior
public abstract class Behavior
Represent base class behavior of effect.
Method Summary | |
---|---|
byte |
getAccumulate()
Represents whether animation behaviors are accumulated. |
int |
getAdditive()
Represents whether the current animation behavior is combined with other running animations. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IBehaviorProperties |
getProperties()
Represents properties of behavior. |
ITiming |
getTiming()
Represents timing properties for the effect behavior. |
void |
setAccumulate(byte value)
Represents whether animation behaviors are accumulated. |
void |
setAdditive(int value)
Represents whether the current animation behavior is combined with other running animations. |
void |
setTiming(ITiming value)
Represents timing properties for the effect behavior. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public byte getAccumulate()
Represents whether animation behaviors are accumulated.
Read/write NullableBool
.
getAccumulate
in interface IBehavior
public void setAccumulate(byte value)
Represents whether animation behaviors are accumulated.
Read/write NullableBool
.
setAccumulate
in interface IBehavior
public int getAdditive()
Represents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType
.
getAdditive
in interface IBehavior
public void setAdditive(int value)
Represents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType
.
setAdditive
in interface IBehavior
public IBehaviorProperties getProperties()
Represents properties of behavior.
Read-only IBehaviorProperties
.
getProperties
in interface IBehavior
public ITiming getTiming()
Represents timing properties for the effect behavior.
Read/write ITiming
.
getTiming
in interface IBehavior
public void setTiming(ITiming value)
Represents timing properties for the effect behavior.
Read/write ITiming
.
setTiming
in interface IBehavior
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |