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
)
Public Sub SetTOCLevelStyle (
levelNumber As Integer,
styleName As String
)
public:
void SetTOCLevelStyle(
int levelNumber,
String^ styleName
)
member SetTOCLevelStyle :
levelNumber : int *
styleName : string -> unit
Parameters
-
levelNumber
-
Type:
System
Int32
The level number.
-
styleName
-
Type:
System
String
Name of the style.
See Also