Click or drag to resize

ListLevel Constructor

Initializes a new instance of the ListLevel class with the specified list style.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ListLevel(
	ListStyle listStyle
)

Parameters

listStyle
Type: Spire.Doc.Documents ListStyle
The list style to apply to this list level.
See Also