Skip to content

SectionProperties

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

§17.6.17 w:sectPr — a section’s page setup, header/footer refs and columns.

readonly optional columns?: SectionColumns

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

§17.6.4 w:cols — multi-column section layout.


readonly optional evenAndOddHeaders?: boolean

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

ECMA-376 §17.15.1.36 — w:evenAndOddHeaders toggle in word/settings.xml (document-wide, not per-section). When true even-numbered pages use the even header/footer references.


readonly footers: readonly HeaderFooterReference[]

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


readonly headers: readonly HeaderFooterReference[]

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


readonly optional margins?: PageMargins

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


readonly optional pageSize?: PageSize

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


readonly optional titlePg?: boolean

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

ECMA-376 §17.10.6 — w:titlePg toggle in sectPr. When true the first page of the section uses the first header/footer references.