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
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Gets the count. |
as_i_enumerable | Any | Read | Gets the as i enumerable. |
length | int | Read | Returns the number of elements. |
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 |
count() → int | Returns the number of elements in a collection Read-only . |
as_i_enumerable() → Any | Returns IEnumerable interface. |