com.aspose.slides
Interface IFillFormatCollection

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

public interface IFillFormatCollection
extends com.aspose.ms.System.Collections.ICollection<IFillFormat>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IFillFormat>

Represents the collection of fill styles.


Method Summary
 IFillFormat 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

IFillFormat get_Item(int index)