260261262263264265266267268269270
*/ public String getFontColorBlue() { Font font = getCurrentFont(); return String.valueOf( font.color().getBlue() ); } /** * Return the font color green *
272273274275276277278279280281282
*/ public String getFontColorGreen() { Font font = getCurrentFont(); return String.valueOf( font.color().getGreen() ); } /** * Return the font color red *
284285286287288289290291292293294
*/ public String getFontColorRed() { Font font = getCurrentFont(); return String.valueOf( font.color().getRed() ); } /** * Get a section font size depending the section number. * <dl>