Title: Message
Hi all,
Am using nested Tables using insertTable() to created irregular columned rows for displaying mixed numeric and long text data.
But when I added a running Header using setHeaderText(), my first nested Table on a new page, or a page-straddling Table gets corrupted and it pushes all the subsequent data out of their cells (a direct vertical displacement).
Can anyone advise a quick fix:
- I've tried fitsPage() on a child Table, dun work -- assume it compared this child Table against the document that hasn't added the parent Table.
- I can't use fitsPage on the parent Table cos I've got not way to remove the last inserted Table? (should I use addCell (childTable)?)
- I'm trying to use PdfPTable but it's a whole new paradigm in formatting and I dun have the resources to recode everything.
 
Can anyone advise?
Thanks!

Reply via email to