Skip to content

Table

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

§17.4.38 w:tbl — a table: its TableProperties, the w:tblGrid column widths (grid), and its rows.

readonly grid: readonly Pt[]

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


readonly optional native?: NativeBag

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


readonly properties: TableProperties

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


readonly rows: readonly TableRow[]

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