|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ColorSchemeEx
public class ColorSchemeEx
Stores theme-defined colors.
Method Summary | |
---|---|
ColorFormatEx |
getAccent1()
First accent color in the scheme. |
ColorFormatEx |
getAccent2()
Second accent color in the scheme. |
ColorFormatEx |
getAccent3()
Third accent color in the scheme. |
ColorFormatEx |
getAccent4()
Fourth accent color in the scheme. |
ColorFormatEx |
getAccent5()
Fifth accent color in the scheme. |
ColorFormatEx |
getAccent6()
Sixth accent color in the scheme. |
ColorFormatEx |
getByColorSchemeIndexEx(byte index)
Gets the element at the specified index. |
ColorFormatEx |
getDark1()
First dark color in the scheme. |
ColorFormatEx |
getDark2()
Second dark color in the scheme. |
ColorFormatEx |
getFollowedHyperlink()
Color for the visited hyperlinks. |
ColorFormatEx |
getHyperlink()
Color for the hyperlinks. |
ColorFormatEx |
getLight1()
First light color in the scheme. |
ColorFormatEx |
getLight2()
Second light color in the scheme. |
PresentationEx |
getPresentation()
Returns the parent presentation. |
BaseSlideEx |
getSlide()
Returns the parent slide. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ColorFormatEx getByColorSchemeIndexEx(byte index)
Gets the element at the specified index.
Read-only ColorFormatEx
.
public ColorFormatEx getDark1()
First dark color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getLight1()
First light color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getDark2()
Second dark color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getLight2()
Second light color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getAccent1()
First accent color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getAccent2()
Second accent color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getAccent3()
Third accent color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getAccent4()
Fourth accent color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getAccent5()
Fifth accent color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getAccent6()
Sixth accent color in the scheme.
Read-only ColorFormatEx
.
public ColorFormatEx getHyperlink()
Color for the hyperlinks.
Read-only ColorFormatEx
.
public ColorFormatEx getFollowedHyperlink()
Color for the visited hyperlinks.
Read-only ColorFormatEx
.
public BaseSlideEx getSlide()
Returns the parent slide.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |