Edgar Chupit wrote:
Steve,
Thank you very much for a response. But I still have small aditional question. When I wanted to use PdfTable I couldn't find function that will set row span, so for now I use Table. May be you can kindly point me to a way to set row span. Thank you.
Rowspan is not supported in PdfPTable, but you can use nested tables to get the same effect as with rowspan. See http://itext.sourceforge.net/tutorial/objects/tables/#addingcells http://itext.sourceforge.net/tutorial/objects/tables/NestedTables.pdf br, Bruno
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
