public interface ISequenceCollection extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ISequence>
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 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.
|
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 a sequence that should be deleted.void clear()
Removes all sequences from a collection.