FilterEffect
Overview
FilterEffect is a class in Aspose.Slides FOSS for Python.
Inherits from: Behavior, IFilterEffect.
Represent filter effect behavior of effect.
This class provides 9 methods for working with FilterEffect objects in Python programs.
Available methods include: __init__, accumulate, additive, as_i_behavior, properties, reveal, subtype, timing, type.
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, reveal, subtype, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
reveal | FilterEffectRevealType | Read/Write | Gets or sets the reveal. |
type | FilterEffectType | Read/Write | Gets or sets the type. |
subtype | FilterEffectSubtype | Read/Write | Gets or sets the subtype. |
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. |
reveal() → FilterEffectRevealType | Represents that effect with behavior must reveal (in/out) Read/write . |
type() → FilterEffectType | Represents type of filter effect. |
subtype() → FilterEffectSubtype | Represents subtype of filter effect. |
as_i_behavior() → IBehavior | Allows to get base IBehavior interface. |