com.aspose.slides
Interface IFillFormatCollection

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

public interface IFillFormatCollection
extends IGenericCollection<IFillFormat>

Represents the collection of fill styles.


Method Summary
 IFillFormat get_Item(int index)
           Gets the element at the specified index.
 
Methods inherited from interface com.aspose.slides.IGenericCollection
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)

Gets the element at the specified index. Read-only IFillFormat.



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