Tr
Tablerow
Allowed attributes: align, backgroundcolor, break-below, data, minheight, sethead, top-distance, valign
Parent elements: Case, ForAll, Loop, Otherwise, SetVariable, Table, Tablefoot, Tablehead, Until, While
Horizontal alignment of the table cells in this row.
left: |
The contents is left aligned (ragged right). This is the default. |
right: |
The contents of the cell is right aligned. |
center: |
The contents of the cell is aligned at the center, with ragged right and left margin. |
justify: |
Justified text with straight margins. |
Background color of each cell in this row.
Allow a table break between this row and the following.
yes: |
Allow a table break between this row and the following (default). |
no: |
Disable a table break between this row and the following. |
Data that can be accessed via $_last_tr_data in the tablefoot and tablehead.
Minimum row height in grid cells.
Use this line for future table heads.
yes: |
Use this line for future table heads. |
no: |
No special treatment of this line (default). |
clear: |
Delete head. Next pages will have no head until new one is set with 'yes'. |
The space above this row if it is not the first line on a new page / area.
Vertical alignment of the table cells in this row.
top: |
The objects in this row are aligned at the top. |
middle: |
The objects in this row are aligned at the middle axis. |
bottom: |
The objects in this row are aligned at the bottom. |
<Tr minheight="8mm" backgroundcolor="yellow"> <Td align="center"><Paragraph><Value>A</Value></Paragraph></Td> <Td><Paragraph><Value>B</Value></Paragraph></Td> <Td align="center"><Paragraph><Value>C</Value></Paragraph></Td> <Td align="center"><Paragraph><Value>D</Value></Paragraph></Td> <Td><Paragraph><Value>E</Value></Paragraph></Td> </Tr>