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

NameTypeAccessDescription
accumulateNullableBoolRead/WriteGets or sets the accumulate.
additiveBehaviorAdditiveTypeRead/WriteGets or sets the additive.
propertiesIBehaviorPropertyCollectionReadGets the properties.
timingITimingRead/WriteGets or sets the timing.

Methods

SignatureDescription
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.

See Also