com.aspose.slides
Interface ISequenceCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<ISequence>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ISequence>, java.lang.Iterable<ISequence>
All Known Implementing Classes:
SequenceCollection

public interface ISequenceCollection
extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ISequence>


Method Summary
 ISequence add(IShape shapeTrigger)
           
 void clear()
           
 ISequence get_Item(int index)
           
 int getCount()
           
 void remove(ISequence item)
           
 void removeAt(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

getCount

int getCount()

add

ISequence add(IShape shapeTrigger)

remove

void remove(ISequence item)

removeAt

void removeAt(int index)

clear

void clear()

get_Item

ISequence get_Item(int index)