ScaleEffect

Overview

ScaleEffect is a class in Aspose.Slides FOSS for Python. Inherits from: Behavior, IScaleEffect.

Represent scale effect behavior of effect.

This class provides 10 methods for working with ScaleEffect objects in Python programs. Available methods include: __init__, accumulate, additive, as_i_behavior, by, from_address, properties, timing, to, zoom_content. 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 3 more.

Properties

NameTypeAccessDescription
zoom_contentNullableBoolRead/WriteGets or sets the zoom content.
from_addressAnyRead/WriteGets or sets the from address.
toAnyRead/WriteGets or sets the to.
byAnyRead/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.
zoom_content()NullableBoolDetermines whether a content should be zoomed.
from_address()AnySpecifies an x/y co-ordinate to start the animation from (in percents).
to()AnySpecifies the target location for an animation scale effect (in percents).
by()Anydescribes the relative offset value for the animation (in percents).
as_i_behavior()IBehaviorAllows to get base IBehavior interface.

See Also