|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ColorSchemeEx
public class ColorSchemeEx
Stores theme-defined colors.
Method Summary | |
---|---|
ColorFormatEx |
get(ColorSchemeIndexEx index)
|
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 |
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()
|
BaseSlideEx |
getSlide()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ColorFormatEx get(ColorSchemeIndexEx index)
public ColorFormatEx getDark1()
public ColorFormatEx getLight1()
public ColorFormatEx getDark2()
public ColorFormatEx getLight2()
public ColorFormatEx getAccent1()
public ColorFormatEx getAccent2()
public ColorFormatEx getAccent3()
public ColorFormatEx getAccent4()
public ColorFormatEx getAccent5()
public ColorFormatEx getAccent6()
public ColorFormatEx getHyperlink()
public ColorFormatEx getFollowedHyperlink()
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |