TextAnimationCollection
Overview
TextAnimationCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseCollection, ITextAnimationCollection.
Represents collection of text animations.
This class provides 4 methods for working with TextAnimationCollection objects in Python programs.
Available methods include: __init__, add, as_i_collection, as_i_enumerable.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_collection, as_i_enumerable, length.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | Gets the as i collection. |
as_i_enumerable | Any | Read | Gets the as i enumerable. |
length | int | Read | Returns the number of elements. |
Methods
| Signature | Description |
|---|---|
__init__() | |
add() → TextAnimation | Adds a new TextAnimation to the collection and returns it |
as_i_collection() → list | Provides the collection as a list of items |
as_i_enumerable() → Any |