17.4.81 trPr
This element specifies the set of row-level properties applied to the current table row. Each unique property is specified by a child element of this element. These properties affect the appearance of all cells in the current row within the parent table, but can be overridden by individual cell-level properties, as defined by each property.
[Example: Consider the following WordprocessingML table:
Some text in R1C1.
The first row must have a table-row level property which specifies that it shall be restricted to 0.1 inches high (144 twentieths of a point) regardless of its contents, that would be specified using the trHeight element as follows:
<w:trPr>
<w:trHeight w:val="144" w:hRule="exact"/>
…
</w:trPr>
The trPr element specifies the set of table row properties applied to the current table row in the document, in this case a row height requirement using the trHeight element (17.4.80). end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_TrPr) is located in A.1. end note]