Re: [iText-questions] PdfpCell Border problem.

2006-07-18 Thread Paulo Soares
Use PdfPCell.setBorder(Rectangle.TOP). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of mcevikce > Sent: Tuesday, July 18, 2006 1:56 PM > To: [email protected] > Subject: [iText-questions] Pd

[iText-questions] PdfpCell Border problem.

2006-07-18 Thread mcevikce
I am trying to create only the top border for PdfpCell but for some odd reason when the PDF is generateed I see vertical border as well. here is the code that I generate the table cell with. PdfPCell pdfPCell = getTopBorderTableCell(getHeaderCell("Hello")); protected Paragraph getHeaderCell(Stri