IFillFormatCollection
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface IFillFormatCollection extends IGenericCollection<IFillFormat>
Represents the collection of fill styles.
Methods
| Method | Description |
|---|---|
| get_Item(int index) | Gets the element at the specified index. |
get_Item(int index)
public abstract IFillFormat get_Item(int index)
Gets the element at the specified index. Read-only IFillFormat.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int |
Returns: IFillFormat