tables and repeating header rows on the next page
- From: bruno <bruno (at) lowagie.com>
- Date: Thu, 15 Jun 2006 10:13:14 +0200
Adrian Maier wrote:
>Hello,
>
>I am generating a large table that can span across several pages. And
>I'm looking for a solution to repeat the page header on each page.
>The problem is that I'm not using PdfPTable ( which has a setHeaderRows
>method) but the Table class. I need to generate either pdf or rtf .
>
>Does anyone happen to know how can i repeat the header rows when
>using the Table class ?
>
Look for the method endHeaders.
Use it after you have added the cells that define the header row(s).
br,
Bruno
_______________________________________________
iText-questions mailing list
iText-questions (at) lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions