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>
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
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)