com.aspose.slides.pptx
Class ColorSchemeEx

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

public class ColorSchemeEx
extends java.lang.Object

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

get

public ColorFormatEx get(ColorSchemeIndexEx index)

getDark1

public ColorFormatEx getDark1()
First dark color in the scheme.


getLight1

public ColorFormatEx getLight1()
First light color in the scheme.


getDark2

public ColorFormatEx getDark2()
Second dark color in the scheme.


getLight2

public ColorFormatEx getLight2()
Second light color in the scheme.


getAccent1

public ColorFormatEx getAccent1()
First accent color in the scheme.


getAccent2

public ColorFormatEx getAccent2()
Second accent color in the scheme.


getAccent3

public ColorFormatEx getAccent3()
Third accent color in the scheme.


getAccent4

public ColorFormatEx getAccent4()
Fourth accent color in the scheme.


getAccent5

public ColorFormatEx getAccent5()
Fifth accent color in the scheme.


getAccent6

public ColorFormatEx getAccent6()
Sixth accent color in the scheme.


getHyperlink

public ColorFormatEx getHyperlink()
Color for the hyperlinks.


getFollowedHyperlink

public ColorFormatEx getFollowedHyperlink()
Color for the visited hyperlinks.


getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()