Interface: TemplatePageNumberOptions
Options for automatic page-number rendering in templates.
Properties
| Property | Type | Description |
|---|---|---|
align? | TemplatePageNumberAlign | Horizontal alignment for laid-out content. |
format? | (context) => string | Callback that formats the rendered page-number text. |
options? | FlowTextOptions | Options that control this item. |
region? | TemplateRunningRegion | Running region where the content is rendered. |