Elementname: Tr

Description

Tablerow

Allowed attributes: align, backgroundcolor, break-below, data, minheight, valign

Child elements: Copy-of, ForAll, Loop, Message, Switch, Td

Parent elements: Case, ForAll, Loop, Otherwise, SetVariable, Table, Tablefoot, Tablehead, Until, While

Attributes

align (“right”,“left”,“center”, optional)

Horizontal alignment of the table cells in this row.

backgroundcolor (string, optional)

Background color of each cell in this row.

break-below (yes/no, optional)

Allow a table break between this row and the following. Defaults to yes.

data (XPath expression, optional)

Data that can be accessed via $_last_tr_data in the tablefoot and tablehead.

minheight (number, optional)

Minimum rowheight in grid cells.

valign (“top”,“middle”,“bottom”, optional)

Vertical aligment of the table cells in this row.

Example

<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>

See also

Td Table

Commands

Version: 2.0.0 | Start page | Command reference | Other languages: German