Quoting Ravindra B Mamidipaka <[EMAIL PROTECTED]>:

> I am a new to IText package. I need some help
> regarding the borders on PdfPTables.
> 
> I am trying to add a pdfp table to another pdfp table as a
> cell. When I add the table, it is generating a border.
> How do I disable the border in a PdfPTable ?

you have to use the setBorder method on Table and all
the Cell-objects you are adding. Use Rectangle.NO_BORDER
(see the documentation for more info).

Bruno


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to