Steve Simpson (AVR IT Dept) wrote:
Hi Bruno,
I've got a small problem when generating a PDF that is main up of 1 table
that covers the entire page and smaller tables contained within the main
table. I keep getting table borders on the document and don't want them.
Is there anyway to easily remove them?
Depending on how exactly you are adding the cells, you can remove them with:
pdfptable.getDefaultCell().setBorder(PdfPCell.NO_BORDER);
and/or
pdfpcell.setBorder(PdfPCell.NO_BORDER);
br,
Bruno
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions