1617181920212223242526
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"); row = table.addRow(); cell = row.addCell();
1819202122232425262728
TableRow row = table.addRow(); TableCell cell = row.addCell(); cell.addText("nw"); cell=row.addCell(); cell.addText("ne"); row = table.addRow(); cell = row.addCell(); cell.addText("sw"); cell = row.addCell();
2223242526272829303132
cell=row.addCell(); cell.addText("ne"); row = table.addRow(); cell = row.addCell(); cell.addText("sw"); cell = row.addCell(); cell.addText("se"); Document document = new Document("Table test"); document.setCompression(Document.NO_COMPRESSION);
2425262728293031323334
row = table.addRow(); cell = row.addCell(); cell.addText("sw"); cell = row.addCell(); cell.addText("se"); Document document = new Document("Table test"); document.setCompression(Document.NO_COMPRESSION); document.addRecord(home); document.setHome(home);