Creating Table Bodies: <fo:table-body>

The table body holds the actual content of tables, and you create table bodies with <fo:table-body> elements. This element is the one that contains the actual <fo:table-row> elements, which in turn contain the <fo:table-cell> elements that hold the data for the table.

You can use the following properties with the <fo:table-body element:

  • Common Border, padding, and background properties: background-attachment, background-color, background-image, background-repeat, background-position-horizontal,background-position-vertical, border-before-color,border-before-style, border-before-width, border-after-color, border-after-style, border-after-width, border-start-color, border-start-style, border-start-width, border-end-color, ...

Get Inside XSLT now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.