(int imageIndex)
| 272 | } |
| 273 | |
| 274 | public void addImage(int imageIndex){ addElement(new Integer(imageIndex)); } |
| 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)); } |
no test coverage detected