Initializes a new instance of the TableOfContents class.

TableOfContents(Short, Short)

public TableOfContents(short minimumStructureLevel, short maximumStructureLevel);
Public Sub New(ByVal minimumStructureLevel As Short, ByVal maximumStructureLevel As Short)

Parameters

Parameter Description
minimumStructureLevel Specifies the minimum structure level of the paragraphs that will be contained in the table of contents. This value must be between 1 and 10.
maximumStructureLevel Specifies the maximum structure level of the paragraphs that will be contained in the table of contents. This value must be between 1 and 10.