IFillFormatCollectionEffectiveData

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface IFillFormatCollectionEffectiveData extends IGenericCollection<IFillFormatEffectiveData>

Immutable object that represents a readonly collection of effective fill formats.


This interface is used as a part of IFormatSchemeEffectiveData.

Methods

MethodDescription
get_Item(int index)Gets the element at the specified index.

get_Item(int index)

public abstract IFillFormatEffectiveData get_Item(int index)

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

Parameters:

ParameterTypeDescription
indexint

Returns: IFillFormatEffectiveData