Click or drag to resize

TableOfContent SetTOCLevelStyle Method

Sets the style for TOC level.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SetTOCLevelStyle(
	int levelNumber,
	string styleName
)

Parameters

levelNumber
Type: System Int32
The level number.
styleName
Type: System String
Name of the style.
See Also