Skip to main content
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>

Options

Configure the extension behavior:
htmlAttributes
Object
default:"{'aria-label':'Table row node'}"
HTML attributes for table rows

Attributes

Node attributes that can be set and retrieved:
rowHeight
number
Fixed row height in pixels
cantSplit
boolean
default:"false"
Indicates row should not split across pages

Types

CnfStyle

TableRowProperties

Source Code

I