GAMBELLI Raffaele wrote:
> If your table is a PdfPTable you can use getTotalHeight() method.
He is using writeSelectedRows, so it is a PdfPTable.
For getTotalHeight to work, setTotalWidth has to be set first.
br,
Bruno
-
Usin
If your table is a PdfPTable you can use getTotalHeight() method...
Saluti
Raffaele
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: venerdì 2 febbraio 2007 12.23
To: itext-questions
Subject: [iText-questions] Table height
Hy!
I've
[EMAIL PROTECTED] wrote:
> Hy!
>
> I've a problem: I write a table in a pdf document with writeSelectedRows. I
> need to know the total height of the selected rows, i.e. the height that the
> table has in the current page.
>
> How do I do?
Not by mailing me personally ;-)
> Thank you for your
On 6/30/06, bruno <[EMAIL PROTECTED]> wrote:
yosa kresnandya wrote:> hi, i have a few question about iText>> - how to set cell height if i use Table() not PdfPTable or PdfTable ?You don't. Switch to PdfPTable.> - how to insert a nested table (table inside table) for PdfPTable ?
You can't mix Table
yosa kresnandya wrote:
> hi, i have a few question about iText
>
> - how to set cell height if i use Table() not PdfPTable or PdfTable ?
You don't. Switch to PdfPTable.
> - how to insert a nested table (table inside table) for PdfPTable ?
You can't mix Table and PdfPTable.
Read the tutorial to
Quoting Mark Goking <[EMAIL PROTECTED]>:
>
>
>
>
>
> Hi, I added an attrbute height under table in my tagmap xml file. But it
> doesn't seem to work
> Even if I set it at by pixel or by percentage, the height of the table
> wont extend to the bottom of the page. :)
With XML you can onl
If you chose the font size, the leading and the cells padding then a Table
or a PdfPTable can be used, just do the calculations.
If, on the other hand, you need a table that must be shrunk afterwards to
fit the page, a PdfPTable must be used.
Best Regards,
Paulo Soares
> -Original Message---