Skip to content

DocumentModel

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

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

readonly body: readonly BodyElement[]

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


readonly optional numbering?: Numbering

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


readonly optional section?: SectionProperties

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


readonly styleSheet: StyleSheet

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