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