RotationEffect

Overview

RotationEffect is a class in Aspose.Slides FOSS for Python. Inherits from: Behavior, IRotationEffect.

Represent rotation effect behavior of effect.

This class provides 9 methods for working with RotationEffect objects in Python programs. Available methods include: __init__, accumulate, additive, as_i_behavior, by, from_address, 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, by, from_address, properties, and 2 more.

Properties

NameTypeAccessDescription
from_addressfloatRead/WriteGets or sets the from address.
tofloatRead/WriteGets or sets the to.
byfloatRead/WriteGets or sets the by.
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.
from_address()floatDescribes the starting value for the animation.
to()floatDescribes the ending value for the animation.
by()floatDescribes the relative offset value for the animation.
as_i_behavior()IBehaviorAllows to get base IBehavior interface.

See Also