Documentation Index
Fetch the complete documentation index at: https://superdoc-nick-sd-2070-add-content-controls-namespace-to-doc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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:
Fixed row height in pixels
Indicates row should not split across pages
Types
CnfStyle
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
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.
jc
any | any | any | any | any
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).
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).
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).
Source code