com.aspose.slides
Class SequencesEx

java.lang.Object
  extended by com.aspose.slides.SequencesEx
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable

public class SequencesEx
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable

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

getCount

public int getCount()

Returns the number of elements in a collection


add

public SequenceEx add(ShapeEx shapeTrigger)

Add new interactive sequence. Read/write SequenceEx.


remove

public void remove(SequenceEx item)

Removes specified sequence from a collection.

Parameters:
item - Sequence to remove.

removeAt

public void removeAt(int index)

Removes sequence at the specified index.

Parameters:
index -

clear

public void clear()

Removes all sequences from a collection.


get_Item

public SequenceEx get_Item(int index)

Returns a sequense at the specified index.

Parameters:
index -
Returns:

iterator

public com.aspose.ms.System.Collections.IEnumerator iterator()

Returns an iterator for a collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable
Specified by:
iterator in interface java.lang.Iterable
Returns: