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

NameTypeAccessDescription
TitlestringRead/WriteGets the title.
LevelintRead/WriteGets the level.
Page*PageRead/WriteGets the page.
LabelstringRead/WriteGets the label.

See Also