Skip to content

TableLook

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

§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:991


readonly optional firstRow?: boolean

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


readonly optional lastColumn?: boolean

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


readonly optional lastRow?: boolean

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


readonly optional noHBand?: boolean

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


readonly optional noVBand?: boolean

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