Re: [iText-questions] PdfPTable keep on same page

2006-12-02 Thread seanka
> Is there some way to keep a PdfPTable on the same page as long as it fits? > > I see the keepTogether property but it seems to have no effect. > > I don't want to split the table unless it will not fit on one page. > > thanks, > > Rick > > > ---

Re: [iText-questions] PdfPTable keep on same page

2006-12-02 Thread Paulo Soares
Look for PdfWriter.fitsPage(). Paulo - Original Message - From: "Rick Roen" <[EMAIL PROTECTED]> To: Sent: Saturday, December 02, 2006 4:42 PM Subject: [iText-questions] PdfPTable keep on same page > Is there some way to keep a PdfPTable on the same page as long as

[iText-questions] PdfPTable keep on same page

2006-12-02 Thread Rick Roen
Is there some way to keep a PdfPTable on the same page as long as it fits? I see the keepTogether property but it seems to have no effect. I don't want to split the table unless it will not fit on one page. thanks, Rick -