RotationEffect
Vue de l’ensemble
‘RotationEffect’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘Behavior’, ‘IRotationsEfect’.
Le comportement de l’effet rotatoriel.
Cette classe fournit 9 méthodes pour travailler avec les objets de RotationEffect dans les programmes Python. Les méthodologies disponibles comprennent: __init__, accumulate , ‘additive;as_i_behavior; by : 'from_address . Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation du package PyThone Aspose.Slides FOSS. Propriétés : acumulat et additif en tant que_e_bébé`.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
from_address | float | Read/Write | Gets or sets the from address. |
to | float | Read/Write | Gets or sets the to. |
by | float | Read/Write | Gets or sets the by. |
as_i_behavior | IBehavior | Read | Gets the as i behavior. |
accumulate | NullableBool | Read/Write | Gets or sets the accumulate. |
additive | BehaviorAdditiveType | Read/Write | Gets or sets the additive. |
properties | IBehaviorPropertyCollection | Read | Gets the properties. |
timing | ITiming | Read/Write | Gets or sets the timing. |
méthodes
| Signature | Description |
|---|---|
__init__() | |
accumulate() → NullableBool | Represents whether animation behaviors are accumulated. |
additive() → BehaviorAdditiveType | Represents whether the current animation behavior is combined with other running animations. |
properties() → IBehaviorPropertyCollection | Represents properties of behavior. |
timing() → ITiming | Represents timing properties for the effect behavior. |
from_address() → float | Describes the starting value for the animation. |
to() → float | Describes the ending value for the animation. |
by() → float | Describes the relative offset value for the animation. |
as_i_behavior() → IBehavior | Allows to get base IBehavior interface. |
Voir aussi
- Aspose.Slides - référence API d’entreprise