RtfDocumentArea doc = f.startDocumentArea();
RtfSection section = doc.newSection();
RtfParagraph paragraph = section.newParagraph();
paragraph.newText("Testing fop - rtf module - class RtfTableRow");
paragraph.close();
RtfTable table = section.newTable(null);
RtfTableRow row = table.newTableRow();