ColorMap Class
Gets the color map that remaps theme colors.
Declaration
public class ColorMap extends PresentationObject
Inherited Members
Inheritance
ColorMap()
Initializes a new instance of the ColorMap class.
Declaration
public ColorMap()
Methods
deepClone() Method
Clones the current ColorMap instance.
Declaration
public ColorMap deepClone()
Returns
| Type | Description |
|---|---|
ColorMap |
The cloned |
getAccent1() Method
Returns the color scheme index that replaces the first accent color.
Declaration
public ColorSchemeIndexType getAccent1()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getAccent2() Method
Returns the color scheme index that replaces the second accent color.
Declaration
public ColorSchemeIndexType getAccent2()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getAccent3() Method
Returns the color scheme index that replaces the third accent color.
Declaration
public ColorSchemeIndexType getAccent3()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getAccent4() Method
Returns the color scheme index that replaces the fourth accent color.
Declaration
public ColorSchemeIndexType getAccent4()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getAccent5() Method
Returns the color scheme index that replaces the fifth accent color.
Declaration
public ColorSchemeIndexType getAccent5()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getAccent6() Method
Returns the color scheme index that replaces the sixth accent color.
Declaration
public ColorSchemeIndexType getAccent6()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getBackground1() Method
Returns the color scheme index that replaces the first background color.
Declaration
public ColorSchemeIndexType getBackground1()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getBackground2() Method
Returns the color scheme index that replaces the second background color.
Declaration
public ColorSchemeIndexType getBackground2()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getFollowedHyperlink() Method
Returns the color scheme index that replaces the visited hyperlink color.
Declaration
public ColorSchemeIndexType getFollowedHyperlink()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getHyperlink() Method
Returns the color scheme index that replaces the hyperlink color.
Declaration
public ColorSchemeIndexType getHyperlink()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getText1() Method
Returns the color scheme index that replaces the first text color.
Declaration
public ColorSchemeIndexType getText1()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
getText2() Method
Returns the color scheme index that replaces the second text color.
Declaration
public ColorSchemeIndexType getText2()
Returns
| Type | Description |
|---|---|
| ColorSchemeIndexType | A color scheme index. |
setAccent1(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the first accent color.
Declaration
public void setAccent1(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setAccent2(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the second accent color.
Declaration
public void setAccent2(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setAccent3(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the third accent color.
Declaration
public void setAccent3(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setAccent4(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the fourth accent color.
Declaration
public void setAccent4(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setAccent5(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the fifth accent color.
Declaration
public void setAccent5(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setAccent6(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the sixth accent color.
Declaration
public void setAccent6(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setBackground1(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the first background color.
Declaration
public void setBackground1(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setBackground2(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the second background color.
Declaration
public void setBackground2(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setFollowedHyperlink(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the visited hyperlink color.
Declaration
public void setFollowedHyperlink(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setHyperlink(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the hyperlink color.
Declaration
public void setHyperlink(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setText1(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the first text color.
Declaration
public void setText1(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |
setText2(ColorSchemeIndexType value) Method
Sets the color scheme index that replaces the second text color.
Declaration
public void setText2(ColorSchemeIndexType value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | ColorSchemeIndexType | A color scheme index. |