Re: [iText-questions] Cell data not displayed in nested tables

2007-01-19 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > http://www.datavirtue.com/Software/dev/PDFLabels.java > > Thanks to anyone who can help. I'll have a look at it as soon as I find the time, although I wouldn't use PdfPTable in this case. I'd use cb.moveTo and cb.lineTo statements to draw the lines and ColumnText to add

Re: [iText-questions] Cell data not displayed in nested tables

2007-01-19 Thread seanka
I have made extensive changes to this class to make looking at this thing easier. I would greatly appreciaate if you would take another look. The behaviour is rather strange. I have read the book on nested tables and it appears as if my simple nested table should work. The (revised) class/main