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').
Properties
Section titled “Properties”basedOn?
Section titled “basedOn?”
readonlyoptionalbasedOn?:string
Defined in: src/core/document-model/types.ts:458
colBandSize?
Section titled “colBandSize?”
readonlyoptionalcolBandSize?:number
Defined in: src/core/document-model/types.ts:467
readonlyid:string
Defined in: src/core/document-model/types.ts:456
isDefault
Section titled “isDefault”
readonlyisDefault:boolean
Defined in: src/core/document-model/types.ts:459
paragraphProperties
Section titled “paragraphProperties”
readonlyparagraphProperties:ParagraphProperties
Defined in: src/core/document-model/types.ts:461
rowBandSize?
Section titled “rowBandSize?”
readonlyoptionalrowBandSize?:number
Defined in: src/core/document-model/types.ts:466
w:tblPr/w:tblStyleRowBandSize / ColBandSize (default 1).
runProperties
Section titled “runProperties”
readonlyrunProperties:RunProperties
Defined in: src/core/document-model/types.ts:460
tableConditions?
Section titled “tableConditions?”
readonlyoptionaltableConditions?: readonlyTableStyleCondition[]
Defined in: src/core/document-model/types.ts:464
tableLayer?
Section titled “tableLayer?”
readonlyoptionaltableLayer?:TableStyleLayer
Defined in: src/core/document-model/types.ts:463
Table styles only (§17.7.6): the base layer and conditional overrides.
readonlytype:StyleType
Defined in: src/core/document-model/types.ts:457