*/
public void testForNPE() throws Exception {
StringWriter writer = new StringWriter();
RtfFile f = new RtfFile(writer);
RtfDocumentArea doc = f.startDocumentArea();
RtfSection section = doc.newSection();
RtfParagraph paragraph = section.newParagraph();
paragraph.newText("Testing fop - rtf module - class RtfTableRow");