|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SequencesEx
public class SequencesEx
Represent collection of interactive sequences.
Method Summary | |
---|---|
SequenceEx |
add(ShapeEx shapeTrigger)
Add new interactive sequence. |
void |
clear()
Removes all sequences from a collection. |
SequenceEx |
get_Item(int index)
Returns a sequense at the specified index. |
int |
getCount()
Returns the number of elements in a collection |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an iterator for a collection. |
void |
remove(SequenceEx 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
public SequenceEx add(ShapeEx shapeTrigger)
Add new interactive sequence.
Read/write SequenceEx
.
public void remove(SequenceEx item)
Removes specified sequence from a collection.
item
- Sequence to remove.public void removeAt(int index)
Removes sequence at the specified index.
index
- public void clear()
Removes all sequences from a collection.
public SequenceEx get_Item(int index)
Returns a sequense at the specified index.
index
-
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an iterator for a collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |