Skip to content

DocumentModel

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

The parsed WordprocessingML document: body, stylesheet, numbering and section setup.

readonly body: readonly BodyElement[]

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


readonly optional numbering?: Numbering

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


readonly optional section?: SectionProperties

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


readonly styleSheet: StyleSheet

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