Click or drag to resize

DocxDocumentAddTableOfContents Method (String, Int32)

Adds the summary.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax
public void AddTableOfContents(
	string title,
	int position
)

Parameters

title
Type: SystemString
The title.
position
Type: SystemInt32
The position. -1 at the end of the document
See Also