sempdf
sempdf v1.9.1Interfaces

Interface: TemplateTocEntryStyle

sempdf v1.9.1


sempdf / TemplateTocEntryStyle

Defined in: src/types.ts:1956

Per-heading-level style overrides for TOC entries. Keyed by level (1-6); unset fields fall back to the TOC's base options.

Properties

PropertyTypeDescriptionDefined in
color?ColorInputText color for the title and page number at this level.src/types.ts:1962
font?PdfFontFont for entries at this level.src/types.ts:1958
fontSize?numberFont size in points for entries at this level.src/types.ts:1960

On this page