public interface IColorScheme extends ISlideComponent
Stores theme-defined colors.
Modifier and Type | Method and Description |
---|---|
IColorFormat |
getAccent1()
First accent color in the scheme.
|
IColorFormat |
getAccent2()
Second accent color in the scheme.
|
IColorFormat |
getAccent3()
Third accent color in the scheme.
|
IColorFormat |
getAccent4()
Fourth accent color in the scheme.
|
IColorFormat |
getAccent5()
Fifth accent color in the scheme.
|
IColorFormat |
getAccent6()
Sixth accent color in the scheme.
|
IColorFormat |
getByColorSchemeIndex(byte index)
Gets the element at the specified index.
|
IColorFormat |
getDark1()
First dark color in the scheme.
|
IColorFormat |
getDark2()
Second dark color in the scheme.
|
IColorFormat |
getFollowedHyperlink()
Color for the visited hyperlinks.
|
IColorFormat |
getHyperlink()
Color for the hyperlinks.
|
IColorFormat |
getLight1()
First light color in the scheme.
|
IColorFormat |
getLight2()
Second light color in the scheme.
|
getSlide
getPresentation
IColorFormat getByColorSchemeIndex(byte index)
Gets the element at the specified index.
Read-only IColorFormat
.
IColorFormat getDark1()
First dark color in the scheme.
Read-only IColorFormat
.
IColorFormat getLight1()
First light color in the scheme.
Read-only IColorFormat
.
IColorFormat getDark2()
Second dark color in the scheme.
Read-only IColorFormat
.
IColorFormat getLight2()
Second light color in the scheme.
Read-only IColorFormat
.
IColorFormat getAccent1()
First accent color in the scheme.
Read-only IColorFormat
.
IColorFormat getAccent2()
Second accent color in the scheme.
Read-only IColorFormat
.
IColorFormat getAccent3()
Third accent color in the scheme.
Read-only IColorFormat
.
IColorFormat getAccent4()
Fourth accent color in the scheme.
Read-only IColorFormat
.
IColorFormat getAccent5()
Fifth accent color in the scheme.
Read-only IColorFormat
.
IColorFormat getAccent6()
Sixth accent color in the scheme.
Read-only IColorFormat
.
IColorFormat getHyperlink()
Color for the hyperlinks.
Read-only IColorFormat
.
IColorFormat getFollowedHyperlink()
Color for the visited hyperlinks.
Read-only IColorFormat
.