public interface ISequenceCollection extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ISequence>
Represents collection of interactive sequences.
| Modifier and Type | Method and Description |
|---|---|
ISequence |
add(IShape shapeTrigger)
Add new interactive sequence.
|
void |
clear()
Removes all sequences from a collection.
|
ISequence |
get_Item(int index)
Returns a sequense at the specified index.
|
int |
getCount()
Returns the number of elements in a collection
Read-only
int. |
void |
remove(ISequence item)
Removes specified sequence from a collection.
|
void |
removeAt(int index)
Removes sequence at the specified index.
|
int getCount()
Returns the number of elements in a collection
Read-only int.
void remove(ISequence item)
Removes specified sequence from a collection.
item - Sequence to remove.void removeAt(int index)
Removes sequence at the specified index.
index - Index of element in the collection intvoid clear()
Removes all sequences from a collection.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.