sempdf
sempdf v1.9.1Interfaces

Interface: TemplatePageNumberOptions

sempdf v1.9.1


sempdf / TemplatePageNumberOptions

Defined in: src/types.ts:1670

Options for automatic page-number rendering in templates.

Properties

PropertyTypeDescriptionDefined in
align?BlockAlignHorizontal alignment for laid-out content.src/types.ts:1674
format?(context) => stringCallback that formats the rendered page-number text.src/types.ts:1676
options?FlowTextOptionsOptions that control this item.src/types.ts:1678
region?TemplateRunningRegionRunning region where the content is rendered.src/types.ts:1672

On this page