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 IColorScheme
public final IColorFormat getDark1()
First dark color in the scheme.
Read-only IColorFormat
.
getDark1
in interface IColorScheme
public final IColorFormat getLight1()
First light color in the scheme.
Read-only IColorFormat
.
getLight1
in interface IColorScheme
public final IColorFormat getDark2()
Second dark color in the scheme.
Read-only IColorFormat
.
getDark2
in interface IColorScheme
public final IColorFormat getLight2()
Second light color in the scheme.
Read-only IColorFormat
.
getLight2
in interface IColorScheme
public final IColorFormat getAccent1()
First accent color in the scheme.
Read-only IColorFormat
.
getAccent1
in interface IColorScheme
public final IColorFormat getAccent2()
Second accent color in the scheme.
Read-only IColorFormat
.
getAccent2
in interface IColorScheme
public final IColorFormat getAccent3()
Third accent color in the scheme.
Read-only IColorFormat
.
getAccent3
in interface IColorScheme
public final IColorFormat getAccent4()
Fourth accent color in the scheme.
Read-only IColorFormat
.
getAccent4
in interface IColorScheme
public final IColorFormat getAccent5()
Fifth accent color in the scheme.
Read-only IColorFormat
.
getAccent5
in interface IColorScheme
public final IColorFormat getAccent6()
Sixth accent color in the scheme.
Read-only IColorFormat
.
getAccent6
in interface IColorScheme
public final IColorFormat getHyperlink()
Color for the hyperlinks.
Read-only IColorFormat
.
getHyperlink
in interface IColorScheme
public final IColorFormat getFollowedHyperlink()
Color for the visited hyperlinks.
Read-only IColorFormat
.
getFollowedHyperlink
in interface IColorScheme
public final IBaseSlide getSlide()
Returns the parent slide.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
public final IPresentation getPresentation()
Returns the parent presentation.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.