You must use the version at http://itextpdf.sf.net or wait a couple of days until that version goes into the official release.


From: John Sims [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 10, 2004 2:33 PM
To: Paulo Soares; [EMAIL PROTECTED]
Subject: Re: [iText-questions] tables in tables

There is no setExtendLastRow method  in any of the itext classes. I'm using 1.02b

>>> "Paulo Soares" <[EMAIL PROTECTED]> 11/9/2004 5:32:15 PM >>>
Usage:

PdfPCell cell = new PdfPCell();
cell.setPadding(0);
table.setWidthPercentage(100);
table.setExtendLastRow(false);
cell.addElement(table);


----- Original Message -----
From: "John Sims" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November 09, 2004 21:17
Subject: Re: [iText-questions] tables in tables


> I have a PdfPTable but can't find a method to control row expansion (eg.
> table.setRowExpansion(false);)

> Is there a method?

> thanks,
> -john
>
> >>> "Paulo Soares" <[EMAIL PROTECTED]> 11/9/2004 3:57:44 PM >>>
>
> You need a PdfPTable to be able to control the last row expansion.
>
> ----- Original Message -----
> From: "John Sims" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 09, 2004 20:23
> Subject: [iText-questions] tables in tables
>
>
> > I'm creating tables within tables. The top level table has three
> columns
> > (one column for each sub-table). The top level table only has one
> row
> > (ie. one row of tables). Each of the three sub-tables has a
> different
> > number of rows. The last row of the two smaller sub-tables (smaller
> in
> > terms of the number of rows) is being expanded/padded vertically to
> fill
> > the entire height of the largest table/cell. Is there a method on
> the
> > cell and/or table that controls this? I want the border of the two
> > smaller sub-tables to reflect the correct size and not make the last
> row
> > look like there's a bunch of blank lines.
> > 
> > thanks,
> > -john
> >
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to