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 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 final IBehaviorPropertyCollection getProperties()
Represents properties of behavior.
Read-only IBehaviorPropertyCollection
.
getProperties
in interface IBehavior
public ITiming getTiming()
Represents timing properties for the effect behavior.
Read/write ITiming
.