TextAnimation
Overview
TextAnimation is a class in Aspose.Slides FOSS for Python.
Inherits from: ITextAnimation.
Represent text animation.
This class provides 4 methods for working with TextAnimation objects in Python programs.
Available methods include: __init__, add_effect, build_type, effect_animate_background_shape.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: build_type, effect_animate_background_shape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
build_type | BuildType | Read/Write | Gets or sets the build type. |
effect_animate_background_shape | IEffect | Read/Write | Gets or sets the effect animate background shape. |
Methods
| Signature | Description |
|---|---|
__init__() | |
add_effect(effect_type, subtype, trigger_type) → IEffect | Not implemented in the FOSS edition — throws at runtime. Adds a new animation effect of the given type, subtype, and trigger, returning an IEffect |
build_type() → BuildType | List of build type (for exp. |
effect_animate_background_shape() → IEffect | Linked shape effect with group or not (null) Read/write . |