Re: [iText-questions] why rowspan is disabled for PdfPCell

2006-08-14 Thread Paulo Soares
[iText-questions] why rowspan is disabled for PdfPCell Hello. I am working on creating pdf documents with iText. I need to support documents with tables that can contain cells that span over several rows. I noticed that PdfPCell doesn't have this functionality (it does have column span func

[iText-questions] why rowspan is disabled for PdfPCell

2006-08-14 Thread Michael Gantman
Hello. I am working on creating pdf documents with iText. I need to support documents with tables that can contain cells that span over several rows. I noticed that PdfPCell doesn’t have this functionality (it does have column span functionality). But class Cell supports such feature. Thus