Quoting Michael Korolyov <[EMAIL PROTECTED]>: > Hello, > > Wondering, how I can reuse SAXmyHtmlHandler if instead Document I'd like > to have Phrase that later could be added to a table as cell?
I don't understand the question. If you want to change the behaviour of the Handler, so that a <P>-tag is handled as if it were a <TD>-tag, you have to extend SAXiTextHandler (or any other of the handlers in the packages), BUT in your specific case, changing P in TD will lead to problems because Cells always have to be in rows. If you don't have TRs, you won't be able to show TDs. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
