SequenceCollection

SequenceCollection

Overview

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

Represents collection of interactive sequences.

Properties

NameTypeAccessDescription
countintReadReturns the number of sequences in the collection
as_i_enumerableAnyReadProvides an enumerable view of the sequences

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