Click or drag to resize

Paragraph AppendTOC Method

Appends the table of content.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TableOfContent AppendTOC(
	int lowerLevel,
	int upperLevel
)

Parameters

lowerLevel
Type: System Int32
The starting heading level of the table of content.
upperLevel
Type: System Int32
The ending heading level of the table of content.

Return Value

Type: TableOfContent

Implements

IParagraph AppendTOC(Int32, Int32)
See Also