()
| 275 | public void addColor(int colorRGB){ addElement(new Integer(COLOR | colorRGB)); } |
| 276 | public void addRAlign(){ addElement(new Integer(RALIGN)); } |
| 277 | public void addUnderline(){ addElement(new Integer(UNDERLINE)); } |
| 278 | |
| 279 | public Font getFont() { |
| 280 | return font; |
no test coverage detected