sempdf v1.9.1Interfaces
Interface: TemplateTocEntryStyle
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
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | ColorInput | Text color for the title and page number at this level. | src/types.ts:1962 |
font? | PdfFont | Font for entries at this level. | src/types.ts:1958 |
fontSize? | number | Font size in points for entries at this level. | src/types.ts:1960 |