com.aspose.slides
Class ColorScheme

java.lang.Object
  extended by com.aspose.slides.ColorScheme
All Implemented Interfaces:
IColorScheme, IPresentationComponent, ISlideComponent

public class ColorScheme
extends java.lang.Object
implements IColorScheme

Stores theme-defined colors.


Method Summary
 IColorFormat getAccent1()
           First accent color in the scheme.
 IColorFormat getAccent2()
           Second accent color in the scheme.
 IColorFormat getAccent3()
           Third accent color in the scheme.
 IColorFormat getAccent4()
           Fourth accent color in the scheme.
 IColorFormat getAccent5()
           Fifth accent color in the scheme.
 IColorFormat getAccent6()
           Sixth accent color in the scheme.
 IColorFormat getByColorSchemeIndex(byte index)
           Gets the element at the specified index.
 IColorFormat getDark1()
           First dark color in the scheme.
 IColorFormat getDark2()
           Second dark color in the scheme.
 IColorFormat getFollowedHyperlink()
           Color for the visited hyperlinks.
 IColorFormat getHyperlink()
           Color for the hyperlinks.
 IColorFormat getLight1()
           First light color in the scheme.
 IColorFormat getLight2()
           Second light color in the scheme.
 IPresentation getPresentation()
           Returns the parent presentation.
 IBaseSlide getSlide()
           Returns the parent slide.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getByColorSchemeIndex

public IColorFormat getByColorSchemeIndex(byte index)

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

Specified by:
getByColorSchemeIndex in interface IColorScheme

getDark1

public IColorFormat getDark1()

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

Specified by:
getDark1 in interface IColorScheme

getLight1

public IColorFormat getLight1()

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

Specified by:
getLight1 in interface IColorScheme

getDark2

public IColorFormat getDark2()

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

Specified by:
getDark2 in interface IColorScheme

getLight2

public IColorFormat getLight2()

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

Specified by:
getLight2 in interface IColorScheme

getAccent1

public IColorFormat getAccent1()

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

Specified by:
getAccent1 in interface IColorScheme

getAccent2

public IColorFormat getAccent2()

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

Specified by:
getAccent2 in interface IColorScheme

getAccent3

public IColorFormat getAccent3()

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

Specified by:
getAccent3 in interface IColorScheme

getAccent4

public IColorFormat getAccent4()

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

Specified by:
getAccent4 in interface IColorScheme

getAccent5

public IColorFormat getAccent5()

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

Specified by:
getAccent5 in interface IColorScheme

getAccent6

public IColorFormat getAccent6()

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

Specified by:
getAccent6 in interface IColorScheme

getHyperlink

public IColorFormat getHyperlink()

Color for the hyperlinks. Read-only ColorFormat.

Specified by:
getHyperlink in interface IColorScheme

getFollowedHyperlink

public IColorFormat getFollowedHyperlink()

Color for the visited hyperlinks. Read-only ColorFormat.

Specified by:
getFollowedHyperlink in interface IColorScheme

getSlide

public IBaseSlide getSlide()

Returns the parent slide. Read-only BaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation. Read-only Presentation.

Specified by:
getPresentation in interface IPresentationComponent