Hi again Thanks alot for your advices... But I'm still struggling a bit with how to use let's say the PdfPTableEvent (or rather the implementation of the interface).
As it is designed right now I use PdfContentByte to add things (showTextAligned). Will that affect the way I need to implement my needs... Assume I implement PdfPTableEvent and in the tableLayout method I get a reference to the rendered table (or, in case of a page break, the part of the table just rendered), will I be able to change the text within the header row here. Lets say at the start of the table had the following header row (with colspan covering entire row) "Employees", and on all subsequent pages that starts with a split part of the table I want the header row to read "Employees (continued from previous page)". Will that be possible? /R -- View this message in context: http://itext-general.2136553.n4.nabble.com/Choice-of-method-tp2993417p2994875.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
