TextAnimationCollection

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

NameTypeAccessDescription
as_i_collectionlistReadGets the as i collection.
as_i_enumerableAnyReadGets the as i enumerable.
lengthintReadReturns the number of elements.

Methods

SignatureDescription
__init__()
add()TextAnimationAdds a new TextAnimation to the collection and returns it
as_i_collection()listProvides the collection as a list of items
as_i_enumerable()Any

See Also