|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISequenceCollection
Method Summary | |
---|---|
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. |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
int getCount()
Returns the number of elements in a collection
Read-only int
.
ISequence add(IShape shapeTrigger)
Add new interactive sequence.
Read/write ISequence
.
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
- void clear()
Removes all sequences from a collection.
ISequence get_Item(int index)
Returns a sequense at the specified index.
index
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |