TOCOptions

Overview

TOCOptions is a interface in Aspose.PDF FOSS for TypeScript.

Options for {@link Page.AddTOC}.

Properties: autoPaginate, indent, leader, leaderGap, links, rowGap, and 3 more.

Properties

NameTypeAccessDescription
rowGap: numberReadExtra vertical gap between consecutive rows, points.
indent: numberReadIndent step per nesting level, points.
leader: 'dots' | 'none'ReadLeader run between title and label.
leaderGap: numberReadMinimum blank gap on each side of the leader run, points.
links: booleanReadCreate a borderless GoTo link over each row.
view: OutlineViewReadDestination view for those links.
autoPaginate: booleanReadAppend pages sized to the anchor and draw every entry.
tagged: booleanReadEmit /TOC + /TOCI logical structure into the document structure tree.
structParent: StructElementReadElement to append the /TOC under.