iText and EndHeaders: resolved
- From: "Gilgamesh di Uruk" <gilgamesh_ur (at) hotmail.com>
- Date: Tue, 07 Feb 2006 09:09:47 +0100
Hi all, I just write to benefit people who met the same problem of mine.
I introduced an extra tag after the row header in the table, and then I
managed it
extending ITextHandler. So my previous example became:
<itext>
<table>
<row> <!-- row with header -->
<cell>City</cell>
<cell>Phone</cell>
<cell>Name</cell>
</row>
<endHeader />
<!--other rows and cells with data following -->
</table>
</itext>
Then, I intercepted endHeader tag overriding EndElement method, and
detecting the
suitable Table object and applying EndHeaders() method.
Cheers
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions (at) lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions