Glen Self wrote:
>How do I control where a table is inserted?(pdfptable)
>when I do document.add(table) it writes over the text previously placed with
>contentbyte.showtext()
>
If you decide to do the layout yourself with PdfContentByte,
you have to do so for all elements, including tables.
You ne
> Self
> Sent: Thursday, August 17, 2006 9:51 AM
> To: [email protected]
> Subject: [iText-questions] Inserting a table
>
>
> How do I control where a table is inserted?(pdfptable)
> when I do document.add(table) it writes over t
How do I control where a table is inserted?(pdfptable)
when I do document.add(table) it writes over the text previously placed with
contentbyte.showtext()
-
Using Tomcat but need to do more? Need to support web services, sec
Hi,
How do i put a table inside a table?
Table "A" has 3 columns,I add 3 cells to this table.So now i have 1 row in
this table "A".
Table "B" has 3 columns,I add 3 cells to this table, So now i have 1 row in
this table "B".
A.insertTable(B);
Now,When i insert table B in table A,all the 3 cells