Tr
Tablerow
Allowed attributes: align, backgroundcolor, break-below, data, minheight, valign
Parent elements: Case, ForAll, Loop, Otherwise, SetVariable, Table, Tablefoot, Tablehead, Until, While
Horizontal alignment of the table cells in this row.
Background color of each cell in this row.
Allow a table break between this row and the following. Defaults to yes.
Data that can be accessed via $_last_tr_data in the tablefoot and tablehead.
Minimum rowheight in grid cells.
Vertical aligment of the table cells in this row.
<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>