Initializes a new instance of the Table
public TableOfContents(short minimumStructureLevel, short maximumStructureLevel);
Public Sub New(ByVal minimumStructureLevel As Short, ByVal maximumStructureLevel As Short)
Parameter | Description |
---|---|
minimum |
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. |
maximum |
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. |