Quoting isha afisha <[EMAIL PROTECTED]>: > Hi, > > How can I set different borderWidths in my Cell > > examples: In Right Border I want setBorderWidths(2) > and left Border I want setBorderWidths(1);
This is not possible with Table and Cell. You have to think of Table and Cell as if it was simple HTML. You can achieve this with PdfPTable if you use TabelEvents (or in Paulo's most recent release CellEvents). Bruno ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
