Behavior
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IBehavior, com.aspose.slides.IDOMObject
public abstract class Behavior implements IBehavior, IDOMObject
Represent base class behavior of effect.
Methods
Method | Description |
---|---|
getParent_Immediate() | |
getAccumulate() | Represents whether animation behaviors are accumulated. |
setAccumulate(byte value) | Represents whether animation behaviors are accumulated. |
getAdditive() | Represents whether the current animation behavior is combined with other running animations. |
setAdditive(int value) | Represents whether the current animation behavior is combined with other running animations. |
getProperties() | Represents properties of behavior. |
getTiming() | Represents timing properties for the effect behavior. |
setTiming(ITiming value) | Represents timing properties for the effect behavior. |
getParent_Immediate()
public final IDOMObject getParent_Immediate()
Returns Parent_Immediate object. Read-only IDOMObject.
Returns: com.aspose.slides.IDOMObject
getAccumulate()
public final byte getAccumulate()
Represents whether animation behaviors are accumulated. Read/write NullableBool.
Returns: byte
setAccumulate(byte value)
public final void setAccumulate(byte value)
Represents whether animation behaviors are accumulated. Read/write NullableBool.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |
getAdditive()
public final int getAdditive()
Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.
Returns: int
setAdditive(int value)
public final void setAdditive(int value)
Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getProperties()
public final IBehaviorPropertyCollection getProperties()
Represents properties of behavior. Read-only IBehaviorPropertyCollection.
Returns: IBehaviorPropertyCollection
getTiming()
public final ITiming getTiming()
Represents timing properties for the effect behavior. Read/write ITiming.
Returns: ITiming
setTiming(ITiming value)
public final void setTiming(ITiming value)
Represents timing properties for the effect behavior. Read/write ITiming.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ITiming |