com.aspose.slides
Class ColorSchemeEx

java.lang.Object
  extended by com.aspose.slides.ColorSchemeEx

public class ColorSchemeEx
extends java.lang.Object

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

getByColorSchemeIndexEx

public ColorFormatEx getByColorSchemeIndexEx(byte index)

Gets the element at the specified index. Read-only ColorFormatEx.


getDark1

public ColorFormatEx getDark1()

First dark color in the scheme. Read-only ColorFormatEx.


getLight1

public ColorFormatEx getLight1()

First light color in the scheme. Read-only ColorFormatEx.


getDark2

public ColorFormatEx getDark2()

Second dark color in the scheme. Read-only ColorFormatEx.


getLight2

public ColorFormatEx getLight2()

Second light color in the scheme. Read-only ColorFormatEx.


getAccent1

public ColorFormatEx getAccent1()

First accent color in the scheme. Read-only ColorFormatEx.


getAccent2

public ColorFormatEx getAccent2()

Second accent color in the scheme. Read-only ColorFormatEx.


getAccent3

public ColorFormatEx getAccent3()

Third accent color in the scheme. Read-only ColorFormatEx.


getAccent4

public ColorFormatEx getAccent4()

Fourth accent color in the scheme. Read-only ColorFormatEx.


getAccent5

public ColorFormatEx getAccent5()

Fifth accent color in the scheme. Read-only ColorFormatEx.


getAccent6

public ColorFormatEx getAccent6()

Sixth accent color in the scheme. Read-only ColorFormatEx.


getHyperlink

public ColorFormatEx getHyperlink()

Color for the hyperlinks. Read-only ColorFormatEx.


getFollowedHyperlink

public ColorFormatEx getFollowedHyperlink()

Color for the visited hyperlinks. Read-only ColorFormatEx.


getSlide

public BaseSlideEx getSlide()

Returns the parent slide. Read-only BaseSlideEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation. Read-only PresentationEx.