Hi.
can anyone says why i see a bordered table in my pdf even if i set no border
for my PdfPtable?

PdfPTable footer = new PdfPTable(1);
footer.setTotalWidth(convertToPoints(50)); //convertToPoints: method to
convert from millimeters to point
footer.getDefaultCell().setBorder(com.lowagie.text.Rectangle.NO_BORDER);


thanks
Roberto




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to