Container for cells and headers. Managed via Table commands. See Table extension.

OOXML Structure

<w:tr>
  <w:trPr>
    <w:trHeight w:val="567" w:hRule="exact"/>  <!-- Optional fixed height -->
    <w:tblHeader/>                              <!-- If header row -->
  </w:trPr>
  <!-- Table cells go here -->
  <w:tc>...</w:tc>
  <w:tc>...</w:tc>
</w:tr>

Attributes

rowHeight
number
Fixed row height in pixels