com.aspose.slides
Interface ISequence

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable
All Known Implementing Classes:
Sequence

public interface ISequence
extends com.aspose.ms.System.Collections.IEnumerable


Method Summary
 IEffect addEffect(IShape shape, int effectType, int subtype, int triggerType)
           
 void clear()
           
 IEffect get_Item(int index)
           
 int getCount()
           
 int getCount(IShape shape)
           
 IEffect[] getEffectsByShape(IShape shape)
           
 IShape getTriggerShape()
           
 void remove(IEffect item)
           
 void removeAt(int index)
           
 void removeByShape(IShape shape)
           
 void setTriggerShape(IShape value)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable
iterator
 

Method Detail

getCount

int getCount()

remove

void remove(IEffect item)

removeAt

void removeAt(int index)

clear

void clear()

get_Item

IEffect get_Item(int index)

getTriggerShape

IShape getTriggerShape()

setTriggerShape

void setTriggerShape(IShape value)

removeByShape

void removeByShape(IShape shape)

getEffectsByShape

IEffect[] getEffectsByShape(IShape shape)

getCount

int getCount(IShape shape)

addEffect

IEffect addEffect(IShape shape,
                  int effectType,
                  int subtype,
                  int triggerType)