Click or drag to resize

ParagraphAppendTOC Method

Appends the table of content.

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

Parameters

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

Return Value

Type: TableOfContent

Implements

IParagraphAppendTOC(Int32, Int32)
See Also