Skip to content

zeropdf v1.3.0


zeropdf / TemplatePageNumberOptions

Interface: TemplatePageNumberOptions

Defined in: src/types.ts:1399

Options for automatic page-number rendering in templates.

Properties

PropertyTypeDescriptionDefined in
align?TemplatePageNumberAlignHorizontal alignment for laid-out content.src/types.ts:1403
format?(context) => stringCallback that formats the rendered page-number text.src/types.ts:1405
options?FlowTextOptionsOptions that control this item.src/types.ts:1407
region?TemplateRunningRegionRunning region where the content is rendered.src/types.ts:1401

Released under the ISC license.