Skip to content

Paragraph

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

ECMA-376 Part 1 §17.3.1 — a paragraph: its ParagraphProperties and runs.

readonly optional bookmarks?: readonly string[]

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

§17.13.6.2 w:bookmarkStart — names of bookmarks opening in (or immediately before) this paragraph. Paragraph-level v1: the destination is the paragraph’s first line.


readonly optional native?: NativeBag

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


readonly properties: ParagraphProperties

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


readonly runs: readonly Run[]

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