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

NameTypeAccessDescription
title: stringReadRow text; wrapped to the title column.
page: numberRead1-based target page for the row’s GoTo link.
label: stringReadDisplayed right-hand text.
level: numberReadNesting depth, integer >= 1.
style`: Pick<TOCOptions,
‘font’ | ‘fontSize’ | ‘color’ | ‘underline’ | ‘strikethrough’ | ‘background’>`ReadPer-row typographic override, merged over the call defaults.