Skip to content

Section

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

One section descriptor for a multi-section document (ECMA-376 §17.6.17). Each section’s sectPr lives either inside a paragraph’s pPr (mid-document break) or as the final child of w:body (final section). Records the properties and the upper-exclusive bound in BodyElement[] the section covers — section i applies to body[sections[i-1].endIndex..sections[i].endIndex).

readonly endIndex: number

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


readonly properties: SectionProperties

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