Behavior
Overview
Behavior is a class in Aspose.Slides FOSS for Python.
Inherits from: IBehavior.
Represent base class behavior of effect.
This class provides 4 methods for working with Behavior objects in Python programs.
Available methods include: accumulate, additive, properties, timing.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: accumulate, additive, properties, timing.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
accumulate | NullableBool | Read/Write | Gets or sets the accumulate. |
additive | BehaviorAdditiveType | Read/Write | Gets or sets the additive. |
properties | IBehaviorPropertyCollection | Read | Gets the properties. |
timing | ITiming | Read/Write | Gets or sets the timing. |
Methods
| Signature | Description |
|---|---|
accumulate() → NullableBool | Represents whether animation behaviors are accumulated. |
additive() → BehaviorAdditiveType | Represents whether the current animation behavior is combined with other running animations. |
properties() → IBehaviorPropertyCollection | Represents properties of behavior. |
timing() → ITiming | Represents timing properties for the effect behavior. |