Method Summary |
|
public int | getBackgroundRGB() Retrieve the RGB value for the background color. |
public String | getName() Retrieve the name of this style. |
public int | getTextRGB() Retrieve the RGB value for the text color. |
public boolean | isBold() |
public boolean | isItalic() |
public void | setBackgroundRGB(int value) Set the RGB value for the background color. |
public void | setBold(boolean value) Specify whether this is a bold style. |
public void | setItalic(boolean value) Specify whether this is an italic style. |
public void | setName(String value) Set the name of this style. |
public void | setTextRGB(int value) Set the RGB value for the text color. |