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

NameTypeAccessDescription
toobjectRead/WriteGets or sets the to.
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.
to()objectSpecifies the certain attribute of a effect after an animation effect.
as_i_behavior()IBehaviorAllows to get base IBehavior interface.

See Also