Hi All,

I used PdfPTable to create nested tables.

Successfully i got the required design ,but i don't want the table border.

There is nothing like tbale border for pdfptable exists .I removed the cell
border using below code


cell.disableBorderSide(PdfPCell.LEFT);

cell.disableBorderSide(PdfPCell.RIGHT);

cell.disableBorderSide(PdfPCell.TOP);

cell.disableBorderSide(PdfPCell.BOTTOM);



I used  "

cell.setBorder(com.lowagie.text.Rectangle.NO_BORDER);" which replaces the
above four lines of code.But still nested table contains a border .



Please guide me on to remove the nested table borders?


-- 
The best proof of luv z Trust!
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to