Effect
Overview
Effect is a class in Aspose.Slides FOSS for Python.
Inherits from: IEffect.
Represents animation effect.
This class provides 14 methods for working with Effect objects in Python programs.
Available methods include: after_animation_color, after_animation_type, animate_text_type, behaviors, delay_between_text_parts, preset_class_type, sequence, sound, stop_previous_sound, subtype, target_shape, text_animation, and 2 additional methods.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: after_animation_color, after_animation_type, animate_text_type, behaviors, delay_between_text_parts, preset_class_type, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
sequence | ISequence | Read | Gets the sequence. |
text_animation | ITextAnimation | Read | Gets the text animation. |
preset_class_type | EffectPresetClassType | Read/Write | Gets or sets the preset class type. |
type | EffectType | Read/Write | Gets or sets the type. |
subtype | EffectSubtype | Read/Write | Gets or sets the subtype. |
behaviors | IBehaviorCollection | Read/Write | Gets or sets the behaviors. |
timing | ITiming | Read/Write | Gets or sets the timing. |
target_shape | IShape | Read | Gets the target shape. |
sound | IAudio | Read/Write | Gets or sets the sound. |
stop_previous_sound | bool | Read/Write | Gets or sets the stop previous sound. |
after_animation_type | AfterAnimationType | Read/Write | Gets or sets the after animation type. |
after_animation_color | IColorFormat | Read/Write | Gets or sets the after animation color. |
animate_text_type | AnimateTextType | Read/Write | Gets or sets the animate text type. |
delay_between_text_parts | float | Read/Write | Gets or sets the delay between text parts. |
Methods
| Signature | Description |
|---|---|
sequence() → ISequence | Returns a sequence for an effect. |
text_animation() → ITextAnimation | Returns text animation. |
preset_class_type() → EffectPresetClassType | Defines class of effect. |
type() → EffectType | Defines type of effect. |
subtype() → EffectSubtype | Defines subtype of effect. |
behaviors() → IBehaviorCollection | Returns collection of behavior for effect. |
timing() → ITiming | Defines timing value for effect. |
target_shape() → IShape | Returns target shape for effect. |
sound() → IAudio | Defined embedded sound for effect. |
stop_previous_sound() → bool | This attribute specifies if the animation effect stops the previous sound. |
after_animation_type() → AfterAnimationType | Defined an after animation type for effect. |
after_animation_color() → IColorFormat | Defined an after animation color for effect. |
animate_text_type() → AnimateTextType | Defines an animate text type for effect. |
delay_between_text_parts() → float | Defines a delay between animated text parts (words or letters). |