Quoting "Patrimoine :Florian Oger" <[EMAIL PROTECTED]>: > I have a Table which is a part of a Section-object but the title of the > Section-object is at the bottom of the page and the table is on the next page > (using setTableFitsPage()). > How can I do to have the title of the Section-object in the next page too ?
OK, now I see what you mean: just use a String sectionTitle in your PageEvent-implementation as a membervariable and update this String every time a new Section is started. Add the String at the bottom of your page on every onEndPage Event. Bruno _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
