|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SequenceCollection
public class SequenceCollection
Represent collection of interactive sequences.
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 . |
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ISequence> |
iterator()
Returns an enumerator that iterates through the collection. |
void |
remove(ISequence item)
Removes specified sequence from a collection. |
void |
removeAt(int index)
Removes sequence at the specified index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Returns the number of elements in a collection
Read-only int
.
getCount
in interface ISequenceCollection
public ISequence add(IShape shapeTrigger)
Add new interactive sequence.
Read/write Sequence
.
add
in interface ISequenceCollection
public void remove(ISequence item)
Removes specified sequence from a collection.
remove
in interface ISequenceCollection
item
- Sequence to remove.public void removeAt(int index)
Removes sequence at the specified index.
removeAt
in interface ISequenceCollection
index
- public void clear()
Removes all sequences from a collection.
clear
in interface ISequenceCollection
public ISequence get_Item(int index)
Returns a sequense at the specified index.
get_Item
in interface ISequenceCollection
index
-
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ISequence> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ISequence>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ISequence>
iterator
in interface java.lang.Iterable<ISequence>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |