public abstract class Behavior extends java.lang.Object implements IBehavior
Represent base class behavior of effect.
| Modifier and Type | Method and Description |
|---|---|
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.
|
IBehaviorPropertyCollection |
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.
|
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
public final byte getAccumulate()
Represents whether animation behaviors are accumulated.
Read/write NullableBool.
getAccumulate in interface IBehaviorpublic final void setAccumulate(byte value)
Represents whether animation behaviors are accumulated.
Read/write NullableBool.
setAccumulate in interface IBehaviorpublic final int getAdditive()
Represents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
getAdditive in interface IBehaviorpublic final void setAdditive(int value)
Represents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
setAdditive in interface IBehaviorpublic final IBehaviorPropertyCollection getProperties()
Represents properties of behavior.
Read-only IBehaviorPropertyCollection.
getProperties in interface IBehaviorpublic final ITiming getTiming()
Represents timing properties for the effect behavior.
Read/write ITiming.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.