Re: [iText-questions] PdfTable background and borders

2005-04-04 Thread Steve Appling
seBorderPadding(true); c.setBorder(Rectangle.BOX); c.setBorderWidth(.2f); tbl.addCell(c); - Original Message - From: "David Perez" <[EMAIL PROTECTED]> To: "iText" Sent: Monday, April 04, 2005 10:46 AM Subject: Re: [iText-questions] PdfTable background and borders Th

Re: [iText-questions] PdfTable background and borders

2005-04-04 Thread David Perez
Thanks Steve I have created a very small example that illustrates the bug. I know PdfPTable is a lot better, but I mainly use PdfTable because it offers rowspans. Steve Appling schrieb: This should be handled already. It seems to work fine in my simple tests. Do you have a SIMPLE example of th

Re: [iText-questions] PdfTable background and borders

2005-04-04 Thread Steve Appling
This should be handled already. It seems to work fine in my simple tests. Do you have a SIMPLE example of the problem? BTW, it is probably better to use PdfPTable if you can. - Original Message - From: "David Perez" <[EMAIL PROTECTED]> To: "iText" Sent: Monday, April 04, 2005 5:14 AM