tr Element

Author-it XML Format

Description

The tr element represents a row in a table. This element contains one or more td elements, and no text.

Attributes

Attribute Name

Optional

Data Type

rowheight

No

Integer >= 0. Units in twips.* 0 = auto (based on the font height).

header

Yes

Boolean

*Twentieth of a point. This measurement is dependent on screen resolution. Generally there are 15 twips per pixel.

Parent Element

table

Children

Element

Optional

Occurs

td

No

One to many times

Values

None

Sample XML

<table rows="2" cols="1" width="2520">
- <tr rowheight="0" header="true">
- <td width="2520" bordercolors="65793">
<p id="21">Attribute Name</p>
</td>
</tr>
- <tr rowheight="0">
- <td width="2520" bordercolors="65793">
<p id="15">inherited</p>
</td>
</tr>
</table>