TOCOptions

Overview

TOCOptions is a type in Aspose.PDF FOSS for Go.

TOCOptions controls how a table of contents is rendered.

Properties: EntryStyle, IndentStep, LineSpacing, Margin, NoLeader, NoLinks, and 3 more.

Properties

NameTypeAccessDescription
TitlestringRead/WriteGets the title.
TitleStyleTextStyleRead/WriteGets the title style.
EntryStyleTextStyleRead/WriteGets the entry style.
IndentStepfloat64Read/WriteGets the indent step.
LineSpacingfloat64Read/WriteGets the line spacing.
Marginfloat64Read/WriteGets the margin.
NoPageNumbersboolRead/WriteGets the no page numbers.
NoLeaderboolRead/WriteGets the no leader.
NoLinksboolRead/WriteGets the no links.

See Also