RotationEffect
Overview
RotationEffect is a class in Aspose.Slides FOSS for Python.
Inherits from: Behavior, IRotationEffect.
Represent rotation effect behavior of effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
from_address | float | Read | Specifies the starting rotation angle for the effect |
to | float | Read | Defines the final rotation angle the object reaches |
by | float | Read | Indicates the incremental rotation amount applied during the effect |
as_i_behavior | IBehavior | Read | Provides the underlying IBehavior implementation for the rotation effect |
Methods
| Signature | Description |
|---|---|
__init__() |