Raja Kantamneni wrote:
Bruno, Thanks again. I could not figure out a way to specify rowspan parameter or number of rows for PdfPTable. I found there is a method to specify colspan (setColspan(int)), but not rows. Could you please let me know how to specify number of rows in a column.
rowspan is not supported in PdfPTable. You can mimic rowspan by nesting tables. br, Bruno
------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
