TextRecord home = new TextRecord("home");
home.addParagraph().addTable("table");
TableRecord table = new TableRecord("table", 1, Color.GREEN);
TableRow row = table.addRow();
TableCell cell = row.addCell();
cell.addText("nw");
cell=row.addCell();
cell.addText("ne");