Skip to content

PageSize

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

ECMA-376 Part 1 §17.6.13 w:pgSz — the section’s page dimensions + orientation.

readonly height: Pt

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


readonly optional orientation?: "portrait" | "landscape"

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


readonly width: Pt

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