kanchana wrote: > Hi Alexis, > > Thank you so much for the prompt reply. I truly appreciate your help. I was > able to get to the basics of things I needed but ran into some other > problems for which I cannot find a solution anywhere.
Not even in the API docs? That IS strange! > For my specific needs, I need the PdfPTable class and so I'm forced to use > PdfPCell for the same reasons. The strange thing is I have no way of > controlling the individual border widths, So you are saying that these methods don't work: http://itext.ugent.be/library/api/com/lowagie/text/Rectangle.html#setBorderWidthBottom(float) http://itext.ugent.be/library/api/com/lowagie/text/Rectangle.html#setBorderWidthLeft(float) http://itext.ugent.be/library/api/com/lowagie/text/Rectangle.html#setBorderWidthRight(float) http://itext.ugent.be/library/api/com/lowagie/text/Rectangle.html#setBorderWidthTop(float) > what if I wish to set only left > top and right and make the bottom invisible? Oh, now I understand: you don't grasp the method setBorder that is explained in the book and the tutorial. How unfortunate you didn't find any example with a line like this: cell.setBorder(Rectangle.LEFT | Rectangle.TOP | Rectangle.RIGHT); > Rowspan property is not > specified either for the PdfPCell As explained in the section 'nested tables' which is advised as the workaround for rowspan. > But otherwise it's a great software. But otherwise you have done a great job reading the docs. Sorry, I don't mean to be mean, but I hope you understand that the way you phrase your question is rather offensive. br, Bruno ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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/
