Click or drag to resize

ListStyle Constructor

Initializes a new instance of the ListStyle class.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ListStyle(
	IDocument doc,
	ListType listType
)

Parameters

doc
Type: Spire.Doc.Interface IDocument
The doc.
listType
Type: Spire.Doc.Documents ListType
Type of the list.
See Also