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
| Name | Type | Access | Description |
|---|---|---|---|
rowGap | : number | Read | Extra vertical gap between consecutive rows, points. |
indent | : number | Read | Indent step per nesting level, points. |
leader | : 'dots' | 'none' | Read | Leader run between title and label. |
leaderGap | : number | Read | Minimum blank gap on each side of the leader run, points. |
links | : boolean | Read | Create a borderless GoTo link over each row. |
view | : OutlineView | Read | Destination view for those links. |
autoPaginate | : boolean | Read | Append pages sized to the anchor and draw every entry. |
tagged | : boolean | Read | Emit /TOC + /TOCI logical structure into the document structure tree. |
structParent | : StructElement | Read | Element to append the /TOC under. |