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