public class ColorScheme extends java.lang.Object implements IColorScheme
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.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentation |
getPresentation()
Returns the parent presentation.
|
IBaseSlide |
getSlide()
Returns the parent slide.
|
public final IColorFormat getByColorSchemeIndex(byte index)
Gets the element at the specified index.
Read-only IColorFormat.
getByColorSchemeIndex in interface IColorSchemepublic final IColorFormat getDark1()
First dark color in the scheme.
Read-only IColorFormat.
getDark1 in interface IColorSchemepublic final IColorFormat getLight1()
First light color in the scheme.
Read-only IColorFormat.
getLight1 in interface IColorSchemepublic final IColorFormat getDark2()
Second dark color in the scheme.
Read-only IColorFormat.
getDark2 in interface IColorSchemepublic final IColorFormat getLight2()
Second light color in the scheme.
Read-only IColorFormat.
getLight2 in interface IColorSchemepublic final IColorFormat getAccent1()
First accent color in the scheme.
Read-only IColorFormat.
getAccent1 in interface IColorSchemepublic final IColorFormat getAccent2()
Second accent color in the scheme.
Read-only IColorFormat.
getAccent2 in interface IColorSchemepublic final IColorFormat getAccent3()
Third accent color in the scheme.
Read-only IColorFormat.
getAccent3 in interface IColorSchemepublic final IColorFormat getAccent4()
Fourth accent color in the scheme.
Read-only IColorFormat.
getAccent4 in interface IColorSchemepublic final IColorFormat getAccent5()
Fifth accent color in the scheme.
Read-only IColorFormat.
getAccent5 in interface IColorSchemepublic final IColorFormat getAccent6()
Sixth accent color in the scheme.
Read-only IColorFormat.
getAccent6 in interface IColorSchemepublic final IColorFormat getHyperlink()
Color for the hyperlinks.
Read-only IColorFormat.
getHyperlink in interface IColorSchemepublic final IColorFormat getFollowedHyperlink()
Color for the visited hyperlinks.
Read-only IColorFormat.
getFollowedHyperlink in interface IColorSchemepublic final IBaseSlide getSlide()
Returns the parent slide.
Read-only IBaseSlide.
getSlide in interface ISlideComponentpublic final IPresentation getPresentation()
Returns the parent presentation.
Read-only IPresentation.
getPresentation in interface IPresentationComponentpublic final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.