SetEffect
Overview
SetEffect is a class in Aspose.Slides FOSS for Python.
Inherits from: Behavior, ISetEffect.
Represent set effect behavior of effect.
This class provides 7 methods for working with SetEffect objects in Python programs.
Available methods include: __init__, accumulate, additive, as_i_behavior, properties, timing, to.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: accumulate, additive, as_i_behavior, properties, timing, to.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
to | object | Read/Write | Gets or sets the to. |
as_i_behavior | IBehavior | Read | Gets the as i behavior. |
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 |
|---|---|
__init__() | |
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. |
to() → object | Specifies the certain attribute of a effect after an animation effect. |
as_i_behavior() → IBehavior | Allows to get base IBehavior interface. |