SequenceCollection

SequenceCollection

Overview

SequenceCollection is a class in Aspose.Slides FOSS for Python. Inherits from: BaseCollection, ISequenceCollection.

Represents collection of interactive sequences.

This class provides 6 methods for working with SequenceCollection objects in Python programs. Available methods include: add, as_i_enumerable, clear, count, remove, remove_at. 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
add(shape_trigger)ISequenceCreate a new interactive sequence triggered by a shape click.
remove(item)Deletes the specified sequence from the collection
remove_at(index)Removes the sequence at the given zero‑based index
clear()Removes all sequences from the collection
count()intReturns the number of elements in a collection Read-only .
as_i_enumerable()AnyReturns IEnumerable interface.

See Also