I am wrting a PdFpTable to document. This PdFTable has many pdftables as Pdfpcells,which are added in a for loop. Table should display continuously so I am using setSplitLate(false) on all the PdFpTable . In Inner PdfTable, the first row is like a Header (setheader method isn't there for PDFPcell). My Problem is that sometimes the header row is written in one page and other rows in next ,so whole GUI becomes ugly.
Is there any way to check ,The pagesige being occupied by the table before it's added to the document,so that the header row could be moved on next page by documnet.newPage() method and adding table there. will Appreciate any help on this. -- View this message in context: http://www.nabble.com/Header-Cell-Problem.-tf3865160.html#a10949579 Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
