Jason Berk wrote:
> I need to produce a table that could span multiple pages and will always
> be the first thing added to a new page in a document.  There are two
> header rows.  The first header is a description that spans all table
> columns.  The second header is actual column headers (one per column).
> When the table makes it to the second page, I need the headers to
> reprint, but I want the description header to add "(Continued)".  

If "(Continued)" needs to be in a separate row, I don't have an 
immediate answer. If it can be added to an existing row:

Savings Account           (Continued)
Date | description | amount | balance
7/10 | foo         |   9.99 |  100.00
7/10 | foo         |   9.99 |  100.00

I would use a cell event.
The cell event would have a member variable to keep track if it
has already been used. If not: then the cell is added for the first
time; if so: the word "(Continued)" needs to be added.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to