[xep-support] Table column hadings repeated at the top of the columns on each page
Michael Sulyaev
msulyaev at renderx.com
Mon Feb 28 23:44:15 PST 2005
Hello, Nicholas.
The fo:table-header formatting object is used to contain the content of the table header.
Normally it is repeated right after a page break or column break crosses the table body.
<fo:table>
<fo:table-header>
<fo:table-row>
<fo:table-cell>
<fo:block> this is a cell in table-header </fo:block>
</fo:table-cell>
<!-- more cells in this row -->
</fo:table-row>
<!-- more rows in table-header -->
</fo:table-header>
<fo:table-body>
. . . . . . .
See a FO sample attached.
Tuesday, March 1, 2005 at 4:13:34 AM you wrote:
NG> Dear all,
NG>
NG> I am looking into the possibility of having column headings
NG> at the top of tables on each page, for tables that span multiple
NG> pages. Or in other words, can you get the column headings of a
NG> table to repeat at the top of each page the table is printed on,
NG> without working out where the page breaks are or anything stupid
NG> like that?
NG>
NG> Does anyone know if XEP can do this? Does anyone have any FO
NG> examples? Or working XSLT examples of what I’m talking about?
NG>
NG> Thanks in advance,
NG> N.
NG>
NG>
NG>
NG> Nicholas Gledhill
NG> Software Engineer / Analyst & Database Publisher
NG>
NG> Web Services
NG> Application Services Group
NG> Level 3, G12
NG> The University of Sydney
NG>
NG> Ph: +61 2 9351 6354
NG> Fx: +61 2 9351 8729
NG> Ex: 16354
NG>
--
Best regards,
Michael Sulyaev mailto:msulyaev at renderx.com
RenderX
-------------- next part --------------
A non-text attachment was scrubbed...
Name: table-header.zip
Type: application/x-zip-compressed
Size: 1402 bytes
Desc: not available
URL: <http://lists.renderx.com/pipermail/xep-support/attachments/20050301/ea3aecb2/attachment.bin>
More information about the Xep-support
mailing list