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()
           
 ColorFormatEx getAccent2()
           
 ColorFormatEx getAccent3()
           
 ColorFormatEx getAccent4()
           
 ColorFormatEx getAccent5()
           
 ColorFormatEx getAccent6()
           
 ColorFormatEx getDark1()
           
 ColorFormatEx getDark2()
           
 ColorFormatEx getFollowedHyperlink()
           
 ColorFormatEx getHyperlink()
           
 ColorFormatEx getLight1()
           
 ColorFormatEx getLight2()
           
 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()

getLight1

public ColorFormatEx getLight1()

getDark2

public ColorFormatEx getDark2()

getLight2

public ColorFormatEx getLight2()

getAccent1

public ColorFormatEx getAccent1()

getAccent2

public ColorFormatEx getAccent2()

getAccent3

public ColorFormatEx getAccent3()

getAccent4

public ColorFormatEx getAccent4()

getAccent5

public ColorFormatEx getAccent5()

getAccent6

public ColorFormatEx getAccent6()

getHyperlink

public ColorFormatEx getHyperlink()

getFollowedHyperlink

public ColorFormatEx getFollowedHyperlink()

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()