TOCEntry
Overview
TOCEntry is a type in Aspose.PDF FOSS for Go.
TOCEntry is one line of a table of contents: a title, an indent level (0 = top level), and the page it points at.
Properties: Label, Level, Page, Title.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Title | string | Read/Write | Gets the title. |
Level | int | Read/Write | Gets the level. |
Page | *Page | Read/Write | Gets the page. |
Label | string | Read/Write | Gets the label. |