|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ColorScheme
public class ColorScheme
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. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
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 |
---|
public IColorFormat getByColorSchemeIndex(byte index)
Gets the element at the specified index.
Read-only IColorFormat
.
getByColorSchemeIndex
in interface IColorScheme
public IColorFormat getDark1()
First dark color in the scheme.
Read-only IColorFormat
.
getDark1
in interface IColorScheme
public IColorFormat getLight1()
First light color in the scheme.
Read-only IColorFormat
.
getLight1
in interface IColorScheme
public IColorFormat getDark2()
Second dark color in the scheme.
Read-only IColorFormat
.
getDark2
in interface IColorScheme
public IColorFormat getLight2()
Second light color in the scheme.
Read-only IColorFormat
.
getLight2
in interface IColorScheme
public IColorFormat getAccent1()
First accent color in the scheme.
Read-only IColorFormat
.
getAccent1
in interface IColorScheme
public IColorFormat getAccent2()
Second accent color in the scheme.
Read-only IColorFormat
.
getAccent2
in interface IColorScheme
public IColorFormat getAccent3()
Third accent color in the scheme.
Read-only IColorFormat
.
getAccent3
in interface IColorScheme
public IColorFormat getAccent4()
Fourth accent color in the scheme.
Read-only IColorFormat
.
getAccent4
in interface IColorScheme
public IColorFormat getAccent5()
Fifth accent color in the scheme.
Read-only IColorFormat
.
getAccent5
in interface IColorScheme
public IColorFormat getAccent6()
Sixth accent color in the scheme.
Read-only IColorFormat
.
getAccent6
in interface IColorScheme
public IColorFormat getHyperlink()
Color for the hyperlinks.
Read-only IColorFormat
.
getHyperlink
in interface IColorScheme
public IColorFormat getFollowedHyperlink()
Color for the visited hyperlinks.
Read-only IColorFormat
.
getFollowedHyperlink
in interface IColorScheme
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public IBaseSlide getSlide()
Returns the parent slide.
Read-only IBaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation.
Read-only IPresentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |