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)
           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.
 void remove(ISequence item)
           Removes specified sequence from a collection.
 void removeAt(int index)
           Removes sequence at the specified index.
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

getCount

int getCount()

Returns the number of elements in a collection Read-only int.


add

ISequence add(IShape shapeTrigger)

Add new interactive sequence. Read/write ISequence.


remove

void remove(ISequence item)

Removes specified sequence from a collection.

Parameters:
item - Sequence to remove.

removeAt

void removeAt(int index)

Removes sequence at the specified index.

Parameters:
index -

clear

void clear()

Removes all sequences from a collection.


get_Item

ISequence get_Item(int index)

Returns a sequense at the specified index.

Parameters:
index -
Returns:


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.