Re: [iText-questions] How to keep a section title on one page

2006-08-16 Thread Paulo Soares
I don't think that's possible. To achieve that you'll need to take care of your layout with ColumnText. Paulo - Original Message - From: "Shawn Qi" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 16, 2006 1:36 AM Subject: [iText-questions] How to k

[iText-questions] How to keep a section title on one page

2006-08-15 Thread Shawn Qi
Hello, Could you please tell me how to keep a section title on one page? Paragraph.setKeepTogether() does not keep a section title on one page. I attached a short java program and its pdf output to show the failure. Thanks. Sean