You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Jeremias Maerki <de...@greenmail.ch> on 2005/01/11 10:23:03 UTC

Re: how to do a table header

Before I begin, a couple of points:
- Please don't hijack existing threads. Instead, start a new one and use
a descriptive subject. What you do is confusing.
- Please send questions to the fop-user mailing list. See
http://xml.apache.org/fop/maillist.html

A table-header is done like this:

<fo:table table-layout="fixed">
  <fo:table-column.....
  <fo:table-column.....
  <fo:table-header>
    <fo:table-row.....
  </fo:table-header>
  <fo:table-body>
    <fo:table-row.....
  </fo:table-body>
</fo:table>

You might want to get a good XSL-FO reference.

On 11.01.2005 04:43:45 Goel, Nitesh wrote:
> In the region body I am making a table. I want the table header(that
> row) to be repeated on subsequent pages. How to do that?


Jeremias Maerki