sempdf v1.9.1Interfaces
Interface: TemplateCrossRefOptions
sempdf / TemplateCrossRefOptions
Defined in: src/types.ts:2003
Options for a cross-reference block.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
font? | PdfFont | Font used for the reference text. Defaults to the flow font. | src/types.ts:2005 |
fontSize? | number | Font size in points. Defaults to the flow font size. | src/types.ts:2007 |
link? | boolean | Whether the reference links to its target's page. Defaults to true. | src/types.ts:2009 |
pageNumbers? | boolean | Whether the resolved target page number is appended. When text contains the placeholder {page}, the number is substituted there instead. Defaults to true. | src/types.ts:2015 |