Skip to content

Style

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

ECMA-376 §17.7 — one style definition: its id, category, basedOn parent, and the run/paragraph properties it contributes (plus the table-style layers for type === 'table').

readonly optional basedOn?: string

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


readonly optional colBandSize?: number

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


readonly id: string

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


readonly isDefault: boolean

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


readonly paragraphProperties: ParagraphProperties

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


readonly optional rowBandSize?: number

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

w:tblPr/w:tblStyleRowBandSize / ColBandSize (default 1).


readonly runProperties: RunProperties

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


readonly optional tableConditions?: readonly TableStyleCondition[]

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


readonly optional tableLayer?: TableStyleLayer

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

Table styles only (§17.7.6): the base layer and conditional overrides.


readonly type: StyleType

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