SequenceCollection
Overview
SequenceCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseCollection, ISequenceCollection.
Represents collection of interactive sequences.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the number of sequences in the collection |
as_i_enumerable | Any | Read | Provides an enumerable view of the sequences |
Methods
| Signature | Description |
|---|---|
add(shape_trigger) → ISequence | Create 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 |