Re: [iText-questions] Table height

2007-02-02 Thread Bruno Lowagie (iText)
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

Re: [iText-questions] Table height

2007-02-02 Thread GAMBELLI Raffaele
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

Re: [iText-questions] table height

2007-02-02 Thread Bruno Lowagie (iText)
[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

Re: [iText-questions] table height

2006-06-30 Thread yosa kresnandya
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

Re: [iText-questions] table height

2006-06-30 Thread bruno
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

Re: [iText-questions] Table height in xml

2004-03-16 Thread Bruno
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

RE: [iText-questions] Table height

2002-07-01 Thread Paulo Soares
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---