PointCollection

Overview

PointCollection is a class in Aspose.Slides FOSS for Python. Inherits from: BaseCollection, IPointCollection.

Represents a collection of animation points.

This class provides 3 methods for working with PointCollection objects in Python programs. Available methods include: __init__, as_i_enumerable, count. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: as_i_enumerable, count, length.

Properties

NameTypeAccessDescription
countintReadGets the count.
as_i_enumerableAnyReadGets the as i enumerable.
lengthintReadReturns the number of elements.

Methods

SignatureDescription
__init__()
count()intReturns the number of points in the collection.
as_i_enumerable()AnyAllows to get base IEnumerable interface.

See Also