sempdf
sempdf v1.9.1Interfaces

Interface: TemplateCrossRefOptions

sempdf v1.9.1


sempdf / TemplateCrossRefOptions

Defined in: src/types.ts:2003

Options for a cross-reference block.

Properties

PropertyTypeDescriptionDefined in
font?PdfFontFont used for the reference text. Defaults to the flow font.src/types.ts:2005
fontSize?numberFont size in points. Defaults to the flow font size.src/types.ts:2007
link?booleanWhether the reference links to its target's page. Defaults to true.src/types.ts:2009
pageNumbers?booleanWhether 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

On this page