FontInfo class.
More...
|
boolean | getBold () |
| Gets a value that indicates whether the font is bold. More...
|
|
boolean | getItalic () |
| Gets a value that indicates whether the font is italic. More...
|
|
String[] | getNames () |
| Gets an ordered array of font names. More...
|
|
boolean | getOverline () |
| Gets a value that indicates whether the font is overlined. More...
|
|
String | getSize () |
| Gets a values that specifies the font size. More...
|
|
boolean | getStrikeout () |
| Gets a value that indicates whether the font is strikethrough. More...
|
|
boolean | getUnderline () |
| Gets a value that indicates whether the font is underlined. More...
|
|
void | setBold (boolean value) |
| Sets a value that indicates whether the font is bold. More...
|
|
void | setItalic (boolean value) |
| Sets a value that indicates whether the font is italic. More...
|
|
void | setNames (String[] value) |
| Sets an ordered array of font names. More...
|
|
void | setNames (String value) |
| Sets a comma separated list of font names. More...
|
|
void | setOverline (boolean value) |
| Sets a value that indicates whether the font is overlined. More...
|
|
void | setSize (String value) |
| Sets a values that specifies the font size. More...
|
|
void | setStrikeout (boolean value) |
| Sets a value that indicates whether the font is strikethrough. More...
|
|
void | setUnderline (boolean value) |
| Sets a value that indicates whether the font is underlined. More...
|
|
boolean Coalesys.WebObjectTree.FontInfo.getBold |
( |
| ) |
|
|
inline |
Gets a value that indicates whether the font is bold.
boolean Coalesys.WebObjectTree.FontInfo.getItalic |
( |
| ) |
|
|
inline |
Gets a value that indicates whether the font is italic.
String [] Coalesys.WebObjectTree.FontInfo.getNames |
( |
| ) |
|
|
inline |
Gets an ordered array of font names.
boolean Coalesys.WebObjectTree.FontInfo.getOverline |
( |
| ) |
|
|
inline |
Gets a value that indicates whether the font is overlined.
String Coalesys.WebObjectTree.FontInfo.getSize |
( |
| ) |
|
|
inline |
Gets a values that specifies the font size.
boolean Coalesys.WebObjectTree.FontInfo.getStrikeout |
( |
| ) |
|
|
inline |
Gets a value that indicates whether the font is strikethrough.
boolean Coalesys.WebObjectTree.FontInfo.getUnderline |
( |
| ) |
|
|
inline |
Gets a value that indicates whether the font is underlined.
void Coalesys.WebObjectTree.FontInfo.setBold |
( |
boolean |
value | ) |
|
|
inline |
Sets a value that indicates whether the font is bold.
void Coalesys.WebObjectTree.FontInfo.setItalic |
( |
boolean |
value | ) |
|
|
inline |
Sets a value that indicates whether the font is italic.
void Coalesys.WebObjectTree.FontInfo.setNames |
( |
String[] |
value | ) |
|
|
inline |
Sets an ordered array of font names.
void Coalesys.WebObjectTree.FontInfo.setNames |
( |
String |
value | ) |
|
|
inline |
Sets a comma separated list of font names.
void Coalesys.WebObjectTree.FontInfo.setOverline |
( |
boolean |
value | ) |
|
|
inline |
Sets a value that indicates whether the font is overlined.
void Coalesys.WebObjectTree.FontInfo.setSize |
( |
String |
value | ) |
|
|
inline |
Sets a values that specifies the font size.
void Coalesys.WebObjectTree.FontInfo.setStrikeout |
( |
boolean |
value | ) |
|
|
inline |
Sets a value that indicates whether the font is strikethrough.
void Coalesys.WebObjectTree.FontInfo.setUnderline |
( |
boolean |
value | ) |
|
|
inline |
Sets a value that indicates whether the font is underlined.
The documentation for this class was generated from the following file: