PropertyEffect
Vue de l’ensemble
‘PropertyEffect’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘Behavior’, ‘IPropityEfect’.
Il représente le comportement d’effet propriété.
Cette classe fournit 12 méthodes pour travailler avec des objets PropertyEffect dans les programmes Python. Les méthodologies disponibles comprennent: __init__, accumulate , ‘additive;as_i_behavior; by : calc_mode ; 'from_address . points ، ‘propriétés et 'timing à l’eutre. Tous les membres publics sont accessibles à n’importe quelle application Pythone après avoir installé le package de Pyton Aspose.Slides FOSS. Propriété : acumulat !
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
from_address | str | Read/Write | Gets or sets the from address. |
to | str | Read/Write | Gets or sets the to. |
by | str | Read/Write | Gets or sets the by. |
value_type | PropertyValueType | Read/Write | Gets or sets the value type. |
calc_mode | PropertyCalcModeType | Read/Write | Gets or sets the calc mode. |
points | IPointCollection | Read/Write | Gets or sets the points. |
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() → str | Specifies the starting value of the animation. |
to() → str | Specifies the ending value for the animation. |
by() → str | Specifies a relative offset value for the animation with respect to its position before the start of the animation. |
value_type() → PropertyValueType | Specifies the type of a property value. |
calc_mode() → PropertyCalcModeType | Specifies the interpolation mode for the animation Read/write . |
points() → IPointCollection | Specifies the points of the animation. |
as_i_behavior() → IBehavior | Allows to get base IBehavior interface. |
Voir aussi
- Aspose.Slides - référence API d’entreprise