Skip to content

TableLook

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

§17.4.62 w:tblLook — which of the table style’s conditional formats apply. Modern files carry explicit attributes; legacy files a hex bitmask (both parsed). Band flags are negative (“no band”) per the spec.

readonly optional firstColumn?: boolean

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


readonly optional firstRow?: boolean

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


readonly optional lastColumn?: boolean

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


readonly optional lastRow?: boolean

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


readonly optional noHBand?: boolean

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


readonly optional noVBand?: boolean

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