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

NameTypeAccessDescription
revealFilterEffectRevealTypeRead/WriteGets or sets the reveal.
typeFilterEffectTypeRead/WriteGets or sets the type.
subtypeFilterEffectSubtypeRead/WriteGets or sets the subtype.
as_i_behaviorIBehaviorReadGets the as i behavior.
accumulateNullableBoolRead/WriteGets or sets the accumulate.
additiveBehaviorAdditiveTypeRead/WriteGets or sets the additive.
propertiesIBehaviorPropertyCollectionReadGets the properties.
timingITimingRead/WriteGets or sets the timing.

Methods

SignatureDescription
__init__()
accumulate()NullableBoolRepresents whether animation behaviors are accumulated.
additive()BehaviorAdditiveTypeRepresents whether the current animation behavior is combined with other running animations.
properties()IBehaviorPropertyCollectionRepresents properties of behavior.
timing()ITimingRepresents timing properties for the effect behavior.
reveal()FilterEffectRevealTypeRepresents that effect with behavior must reveal (in/out) Read/write .
type()FilterEffectTypeRepresents type of filter effect.
subtype()FilterEffectSubtypeRepresents subtype of filter effect.
as_i_behavior()IBehaviorAllows to get base IBehavior interface.

See Also