CommandEffect
Vue de l’ensemble
‘CommandEffect’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘Behavior’, ‘ICommandEfect’.
Réprésenter l’effet de commande comportement d’action.
Cette classe fournit 9 méthodes pour travailler avec les objets CommandEffect dans les programmes Python. Les méthodologies disponibles comprennent: __init__, accumulate , ‘additive;as_i_behavior; command_string : propriétés . tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation de l’Aspose.Slides FOSS pour le package Pyton. Propriétées : acumulat., additif.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
type | CommandEffectType | Read/Write | Gets or sets the type. |
command_string | str | Read/Write | Gets or sets the command string. |
shape_target | IShape | Read/Write | Gets or sets the shape target. |
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. |
type() → CommandEffectType | Defines command effect type of behavior. |
command_string() → str | Defines command string. |
shape_target() → IShape | Defines shape target of command effect. |
as_i_behavior() → IBehavior | Allows to get base IBehavior interface. |
Voir aussi
- Aspose.Slides - référence API d’entreprise