IExtraColorSchemeCollection
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface IExtraColorSchemeCollection extends IGenericCollection<IExtraColorScheme>
Represents a collection of additional color schemes.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
index | int |
Returns: IExtraColorScheme