public class ColorSchemeEffectiveData extends java.lang.Object implements IColorSchemeEffectiveData
Immutable ColorScheme object.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccent1()
First accent color in the scheme.
|
java.lang.Integer |
getAccent2()
Second accent color in the scheme.
|
java.lang.Integer |
getAccent3()
Third accent color in the scheme.
|
java.lang.Integer |
getAccent4()
Fourth accent color in the scheme.
|
java.lang.Integer |
getAccent5()
Fifth accent color in the scheme.
|
java.lang.Integer |
getAccent6()
Sixth accent color in the scheme.
|
java.lang.Integer |
getByColorSchemeIndex(byte index)
Gets the element at the specified index.
|
java.lang.Integer |
getDark1()
First dark color in the scheme.
|
java.lang.Integer |
getDark2()
Second dark color in the scheme.
|
java.lang.Integer |
getFollowedHyperlink()
Color for the visited hyperlinks.
|
java.lang.Integer |
getHyperlink()
Color for the hyperlinks.
|
java.lang.Integer |
getLight1()
First light color in the scheme.
|
java.lang.Integer |
getLight2()
Second light color in the scheme.
|
public final java.lang.Integer getByColorSchemeIndex(byte index)
Gets the element at the specified index.
Read-only Integer
.
getByColorSchemeIndex
in interface IColorSchemeEffectiveData
public final java.lang.Integer getDark1()
First dark color in the scheme.
Read-only Integer
.
getDark1
in interface IColorSchemeEffectiveData
public final java.lang.Integer getLight1()
First light color in the scheme.
Read-only Integer
.
getLight1
in interface IColorSchemeEffectiveData
public final java.lang.Integer getDark2()
Second dark color in the scheme.
Read-only Integer
.
getDark2
in interface IColorSchemeEffectiveData
public final java.lang.Integer getLight2()
Second light color in the scheme.
Read-only Integer
.
getLight2
in interface IColorSchemeEffectiveData
public final java.lang.Integer getAccent1()
First accent color in the scheme.
Read-only Integer
.
getAccent1
in interface IColorSchemeEffectiveData
public final java.lang.Integer getAccent2()
Second accent color in the scheme.
Read-only Integer
.
getAccent2
in interface IColorSchemeEffectiveData
public final java.lang.Integer getAccent3()
Third accent color in the scheme.
Read-only Integer
.
getAccent3
in interface IColorSchemeEffectiveData
public final java.lang.Integer getAccent4()
Fourth accent color in the scheme.
Read-only Integer
.
getAccent4
in interface IColorSchemeEffectiveData
public final java.lang.Integer getAccent5()
Fifth accent color in the scheme.
Read-only Integer
.
getAccent5
in interface IColorSchemeEffectiveData
public final java.lang.Integer getAccent6()
Sixth accent color in the scheme.
Read-only Integer
.
getAccent6
in interface IColorSchemeEffectiveData
public final java.lang.Integer getHyperlink()
Color for the hyperlinks.
Read-only Integer
.
getHyperlink
in interface IColorSchemeEffectiveData
public final java.lang.Integer getFollowedHyperlink()
Color for the visited hyperlinks.
Read-only Integer
.
getFollowedHyperlink
in interface IColorSchemeEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.