IExtraColorSchemeCollection

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface IExtraColorSchemeCollection extends IGenericCollection<IExtraColorScheme>

Represents a collection of additional color schemes.

Methods

MethodDescription
get_Item(int index)Returns an color scheme by index.

get_Item(int index)

public abstract IExtraColorScheme get_Item(int index)

Returns an color scheme by index. Read-only IExtraColorScheme.

Parameters:

ParameterTypeDescription
indexint

Returns: IExtraColorScheme