IColorScheme

All Implemented Interfaces: com.aspose.slides.ISlideComponent

public interface IColorScheme extends ISlideComponent

Stores theme-defined colors.

Methods

MethodDescription
getByColorSchemeIndex(byte index)Gets the element at the specified index.
getDark1()First dark color in the scheme.
getLight1()First light color in the scheme.
getDark2()Second dark color in the scheme.
getLight2()Second light color in the scheme.
getAccent1()First accent color in the scheme.
getAccent2()Second accent color in the scheme.
getAccent3()Third accent color in the scheme.
getAccent4()Fourth accent color in the scheme.
getAccent5()Fifth accent color in the scheme.
getAccent6()Sixth accent color in the scheme.
getHyperlink()Color for the hyperlinks.
getFollowedHyperlink()Color for the visited hyperlinks.

getByColorSchemeIndex(byte index)

public abstract IColorFormat getByColorSchemeIndex(byte index)

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

Parameters:

ParameterTypeDescription
indexbyte

Returns: IColorFormat

getDark1()

public abstract IColorFormat getDark1()

First dark color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

getLight1()

public abstract IColorFormat getLight1()

First light color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

getDark2()

public abstract IColorFormat getDark2()

Second dark color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

getLight2()

public abstract IColorFormat getLight2()

Second light color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

getAccent1()

public abstract IColorFormat getAccent1()

First accent color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

getAccent2()

public abstract IColorFormat getAccent2()

Second accent color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

getAccent3()

public abstract IColorFormat getAccent3()

Third accent color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

getAccent4()

public abstract IColorFormat getAccent4()

Fourth accent color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

getAccent5()

public abstract IColorFormat getAccent5()

Fifth accent color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

getAccent6()

public abstract IColorFormat getAccent6()

Sixth accent color in the scheme. Read-only IColorFormat.

Returns: IColorFormat

public abstract IColorFormat getHyperlink()

Color for the hyperlinks. Read-only IColorFormat.

Returns: IColorFormat

public abstract IColorFormat getFollowedHyperlink()

Color for the visited hyperlinks. Read-only IColorFormat.

Returns: IColorFormat