com.aspose.slides
Interface IColorScheme

All Superinterfaces:
IPresentationComponent, ISlideComponent
All Known Implementing Classes:
ColorScheme

public interface IColorScheme
extends ISlideComponent

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.
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getByColorSchemeIndex

IColorFormat getByColorSchemeIndex(byte index)

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


getDark1

IColorFormat getDark1()

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


getLight1

IColorFormat getLight1()

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


getDark2

IColorFormat getDark2()

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


getLight2

IColorFormat getLight2()

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


getAccent1

IColorFormat getAccent1()

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


getAccent2

IColorFormat getAccent2()

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


getAccent3

IColorFormat getAccent3()

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


getAccent4

IColorFormat getAccent4()

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


getAccent5

IColorFormat getAccent5()

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


getAccent6

IColorFormat getAccent6()

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


getHyperlink

IColorFormat getHyperlink()

Color for the hyperlinks. Read-only IColorFormat.


getFollowedHyperlink

IColorFormat getFollowedHyperlink()

Color for the visited hyperlinks. Read-only IColorFormat.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.