TOCEntry
Overview
TOCEntry is a interface in Aspose.PDF FOSS for TypeScript.
One row of a table of contents.
Properties: label, level, page, style, title.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
title | : string | Read | Row text; wrapped to the title column. |
page | : number | Read | 1-based target page for the row’s GoTo link. |
label | : string | Read | Displayed right-hand text. |
level | : number | Read | Nesting depth, integer >= 1. |
style | `: Pick<TOCOptions, | ||
| ‘font’ | ‘fontSize’ | ‘color’ | ‘underline’ | ‘strikethrough’ | ‘background’>` | Read | Per-row typographic override, merged over the call defaults. |