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
Syntax
 
 
public ListLevel(
	ListStyle listStyle
)
 
Public Sub New ( 
	listStyle As ListStyle
)
 
public:
ListLevel(
	ListStyle^ listStyle
)
 
new : 
listStyle : ListStyle -> ListLevel
 
 
 
Parameters
 
- 
listStyle
 
- 
 Type:
 
Spire.Doc.Documents
ListStyle
 
 The list style to apply to this list level.
 
 See Also
See Also