Skip to content

RowProperties

Defined in: src/core/document-model/types.ts:609

§17.4.81 w:trPr — a table row’s properties: height, split/header flags.

readonly optional cantSplit?: boolean

Defined in: src/core/document-model/types.ts:612


readonly optional height?: Pt

Defined in: src/core/document-model/types.ts:610


readonly optional heightRule?: "auto" | "exact" | "atLeast"

Defined in: src/core/document-model/types.ts:611


readonly optional isHeader?: boolean

Defined in: src/core/document-model/types.ts:613


readonly optional pageBreakBefore?: 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.