|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IColorScheme
Stores theme-defined colors.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |