Re: [iText-questions] PdfPTable in PdfPCell

2003-01-28 Thread Daniel Brenner
> It works properly as long as you fill the row. If you have a table with 5 > columns you must have 5 addCell() before a row is produced otherwise it's > the same as doing nothing. PdfPTable doesn't create automatically cells to > fill an incomplete row. Thanks that's it. It works fine now. But is

RE: [iText-questions] PdfPTable in PdfPCell

2003-01-28 Thread Paulo Soares
-Original Message- > From: Daniel Brenner [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 20:35 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PdfPTable in PdfPCell > > Hi @all, > > iText works pretty well for me since I switched from Table

[iText-questions] PdfPTable in PdfPCell

2003-01-27 Thread Daniel Brenner
Hi @all, iText works pretty well for me since I switched from Table to PdfTable (or PdfPTable). Until I discovered yesterday that nested tables are still not working properly. I have table with 2 columns and I want to put a nested table into one cell. The amount of columns of this nested table dep