Re: [iText-questions] PdfPTable.setKeepTogether(true)

2006-09-04 Thread itext . gd
OK, Bruno. I see. Thanks for the extra explanation. Keep up the good work! Geert > >Hi Paulo, > > > > > > > >>You can know the size the table will have by setting the setTotalWidth() > >>but you'll have to calculate the effective space by subtracting the > >>margins from the page size. > >>

Re: [iText-questions] PdfPTable.setKeepTogether(true)

2006-09-04 Thread bruno
[EMAIL PROTECTED] wrote: >Hi Paulo, > > > >>You can know the size the table will have by setting the setTotalWidth() >>but you'll have to calculate the effective space by subtracting the >>margins from the page size. >> >> >I'm not interested in the WIDTH > You probably aren't, but iText is

Re: [iText-questions] PdfPTable.setKeepTogether(true)

2006-09-04 Thread itext . gd
__ > > From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] > Sent: Fri 01-Sep-06 16:30 > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PdfPTable.setKeepTogether(true) > > > > Hi, > > I wrote a small app to ch

Re: [iText-questions] PdfPTable.setKeepTogether(true)

2006-09-01 Thread Paulo Soares
cument.add(). Paulo From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Fri 01-Sep-06 16:30 To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PdfPTable.setKeepTogether(true) Hi, I wrote a small app to check the behaviour of iText when

[iText-questions] PdfPTable.setKeepTogether(true)

2006-09-01 Thread itext . gd
Hi, I wrote a small app to check the behaviour of iText when you add a PdfPTable to a document via document.add() on which setKeepTogether(true); is set. These are my experiences: I add a first table of 60 rows. (So the last row is in the upper half of the 2nd page) Then - when I add a 2nd tabl