Re: [iText-questions] [PATCH] Table

2003-08-22 Thread Paulo Soares
Thank you, I'll apply the patch. Best Regards, Paulo Soares - Original Message - From: "Klaus Bertram" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 10:55 Subject: [iText-questions] [PATCH] Table > Hi all, >

[iText-questions] [PATCH] Table

2003-08-22 Thread Klaus Bertram
Hi all, here is a diff for the Table.java with a solution for: 1 Table with 1 Cell and an inner Table with 1 Cell it throws an Class cast exeption while the inner table are not converted It seems that the if of the different row or cell can be redused only to isTable but I had leave it in. Requa