RE: [iText-questions] tables in tables

2004-11-10 Thread Paulo Soares
ntage(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:17Subject: Re: [iText-questions] tables in tables>

Re: [iText-questions] tables in tables

2004-11-10 Thread John Sims
endLastRow(false);cell.addElement(table);- Original Message - From: "John Sims" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>Sent: Tuesday, November 09, 2004 21:17Subject: Re: [iText-questions] tables in tables> I have a PdfPTable but can't find a

Re: [iText-questions] tables in tables

2004-11-09 Thread Paulo Soares
uesday, 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 > > >>> "

Re: [iText-questions] tables in tables

2004-11-09 Thread John Sims
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

Re: [iText-questions] tables in tables

2004-11-09 Thread Paulo Soares
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 tab