sempdf v1.9.1Interfaces
Interface: TemplatePageNumberOptions
sempdf / TemplatePageNumberOptions
Defined in: src/types.ts:1670
Options for automatic page-number rendering in templates.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
align? | BlockAlign | Horizontal alignment for laid-out content. | src/types.ts:1674 |
format? | (context) => string | Callback that formats the rendered page-number text. | src/types.ts:1676 |
options? | FlowTextOptions | Options that control this item. | src/types.ts:1678 |
region? | TemplateRunningRegion | Running region where the content is rendered. | src/types.ts:1672 |