TableOfContent
GetTOCLevelStyle Method
|
Gets the style name 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 string GetTOCLevelStyle(
int levelNumber
)
Public Function GetTOCLevelStyle (
levelNumber As Integer
) As String
public:
String^ GetTOCLevelStyle(
int levelNumber
)
member GetTOCLevelStyle :
levelNumber : int -> string
Parameters
-
levelNumber
-
Type:
System
Int32
The level number.
Return Value
Type:
String
See Also