RowProperties
Defined in: src/core/document-model/types.ts:609
§17.4.81 w:trPr — a table row’s properties: height, split/header flags.
Properties
Section titled “Properties”cantSplit?
Section titled “cantSplit?”
readonlyoptionalcantSplit?:boolean
Defined in: src/core/document-model/types.ts:612
height?
Section titled “height?”
readonlyoptionalheight?:Pt
Defined in: src/core/document-model/types.ts:610
heightRule?
Section titled “heightRule?”
readonlyoptionalheightRule?:"auto"|"exact"|"atLeast"
Defined in: src/core/document-model/types.ts:611
isHeader?
Section titled “isHeader?”
readonlyoptionalisHeader?:boolean
Defined in: src/core/document-model/types.ts:613
pageBreakBefore?
Section titled “pageBreakBefore?”
readonlyoptionalpageBreakBefore?:boolean
Defined in: src/core/document-model/types.ts:618
Force this row to begin a new page (xlsx manual <rowBreaks>). The renderer
flushes the page before the row, then repeats any leading header rows.