calvin wrote:
> hi,
>
> please see the attachment for my table with certain rowspans.
Thanks for the small standalone example.
This is a great help to reproduce the problem.
As you know class Table isn't supported anymore,
but the problem puzzled me: apparently it occurs
when a cell with rowspan
hi,
please see the attachment for my table with certain rowspans. runtime
exception was thrown.
jvm reported the exception was thrown from
com.lowagie.text.pdf.PdfDocument.java (line 1499)
that rows.get(i + k) got problem.
i modified the source such that it check for
if (rows.size() > i+k)
befo
Here is the example for rowspan to work as rowspan. You need to use nested
tables in following way.(Please see the attachment)
Paulo,
I think the site does not have the exact example of rowspan. I will
appreciate if you can put the attached example on the site and in the
tutorial.
http://www.na
Use nested tables.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of sunshine gerodias
> Sent: Monday, October 30, 2006 9:14 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] rowspan in PdfP
i am trying to set the rowspan with the cells inside my table i can set the colspan by doing this cell.setColspan(2); but i cannot do the same thing with rowspan as in cell.setRolspan(2); it outputs an error on compilation i have tried searching the net but nothing seems to point to an answer.
Use nested tables.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Anu
> Sent: Monday, October 18, 2004 10:20 PM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Rowspan in PdfPCell
>
> Hi,
>
> I am using PdfP
Hi,
I am using PdfP*** to generate tables. I have the need to be able to set the
rowspan and colspan on a cell. I have seen examples to demonstrate this using
Table and Cell objects, but could not find rowSpan in PdfP** objects.
Is there any other way to achieve this without rowspan?
Any help