Click or drag to resize

IParagraph AppendTOC Method

Appends the TOC.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TableOfContent AppendTOC(
	int lowerHeadingLevel,
	int upperHeadingLevel
)

Parameters

lowerHeadingLevel
Type: System Int32
The lower heading level.
upperHeadingLevel
Type: System Int32
The upper heading level.

Return Value

Type: TableOfContent
See Also