Skip to content

NumberingLevel

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

One level of an abstract numbering definition (w:lvl): its format and chrome.

readonly format: NumberingFormat

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


readonly ilvl: number

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


readonly optional isLegal?: boolean

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

§17.9.10 w:isLgl — every level of this level’s marker is printed in DECIMAL, whatever format the level it names asks for. Word calls it legal numbering: “Sect I.01” becomes “Sect 1.01”.


readonly lvlText: string

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

§17.9.11 w:lvlText — the marker template (e.g. "%1.").


readonly paragraphProperties: ParagraphProperties

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


readonly optional picBullet?: PictureBullet

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

§17.9.9 w:lvlPicBulletId → §17.9.21 w:numPicBullet — the level’s bullet is a PICTURE, not a character, and the w:lvlText is only the fallback glyph Word writes beside it.


readonly runProperties: RunProperties

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


readonly start: number

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