ScaleEffect
Overview
ScaleEffect is a class in Aspose.Slides FOSS for Python.
Inherits from: Behavior, IScaleEffect.
Represent scale effect behavior of effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
zoom_content | NullableBool | Read | Indicates whether the shape’s content is zoomed during scaling |
from_address | Any | Read | Specifies the starting address or point for the scaling effect |
to | Any | Read | Defines the target scaling factor or end state of the effect |
by | Any | Read | Sets a relative scaling increment applied by the effect |
as_i_behavior | IBehavior | Read | Provides the IBehavior interface implementation for this scaling effect |
Methods
| Signature | Description |
|---|---|
__init__() |