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:Object
default:"{'aria-label':'Table row node'}"
HTML attributes for table rows
Attributes
Node attributes that can be set and retrieved:number
Fixed row height in pixels
boolean
default:"false"
Indicates row should not split across pages
Types
CnfStyle
Show Properties
Show Properties
boolean
Specifies that the object has inherited the conditional properties applied to the even numbered horizontal bands of the parent object.
boolean
Specifies that the object has inherited the conditional properties applied to the even numbered vertical bands of the parent object.
boolean
Specifies that the object has inherited the conditional properties applied to the first column of the parent object.
boolean
Specifies that the object has inherited the conditional properties applied to the first row of the parent object.
boolean
Specifies that the object has inherited the conditional properties applied to the cell that is in the first row and first column of the parent object.
boolean
Specifies that the object has inherited the conditional properties applied to the cell that is in the first row and last column of the parent object.
boolean
Specifies that the object has inherited the conditional properties
applied to the last column of the parent object.
boolean
Specifies that the object has inherited the conditional properties
applied to the last row of the parent object.
boolean
Specifies that the object has inherited the conditional properties applied to the cell that is in the last row and first column of the parent object.
boolean
Specifies that the object has inherited the conditional properties applied to the cell that is in the last row and last column of the parent object.
boolean
Specifies that the object has inherited the conditional properties applied to the odd numbered horizontal bands of the parent object.
boolean
Specifies that the object has inherited the conditional properties applied to the odd numbered vertical bands of the parent object.
TableRowProperties
Show Properties
Show Properties
boolean
Indicates that this row should not be split across pages when paginating/exporting.
CnfStyle
Specifies the set of conditional table style formatting properties which have been applied to this row
string
Specifies the HTML div information which is associated with this row.
number
Specifies the number of grid columns to be that should be left empty after the last cell in this row.
number
Specifies the number of grid columns that should be skipped before the first cell in this row.
boolean
Specifies that the glyph representing the end character of current table row shall not be displayed in the current document.
any | any | any | any | any
Specifies the overall justification of the contents of this row.
Object
Specifies the amount of spacing that shall be applied between the cells in this row.
number
The size of the spacing in twenieths of a point (1/1440 of an inch).
any | any | any | any
The type of spacing.
boolean
Specifies that this row is to be repeated as a header row at the top of each page on which the table is displayed.
any | any | any
The rule for the row height.
Object
Specifies the preferred width for the total number of grid columns after this table row.
number
The width in twenieths of a point (1/1440 of an inch).
any | any | any | any
The type of width.
Object
Specifies the preferred width for the total number of grid columns before this table row.
number
The width in twenieths of a point (1/1440 of an inch).
any | any | any | any
The type of width.

