com.aspose.slides
Interface IEffectStyleCollection

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

public interface IEffectStyleCollection
extends com.aspose.ms.System.Collections.ICollection<IEffectStyle>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IEffectStyle>

Represents a collection of effect styles.


Method Summary
 IEffectStyle get_Item(int index)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

IEffectStyle get_Item(int index)