I am trying to get PdfPTable's row height, so I used getRowHeight(index) method. But if the cell has a big chunk of content like 800 characters, it returns huge number and it should not. Let's say the content is displayed in 12 lines so height should be about 100 but it returns 319. How can I use the method correctly?
------------------------------------------------------- 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
