Click or drag to resize

Document AddListStyle Method

Adds new list style to document.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ListStyle AddListStyle(
	ListType listType,
	string styleName
)

Parameters

listType
Type: Spire.Doc.Documents ListType
List type
styleName
Type: System String
Paragraph style name

Return Value

Type: ListStyle

Implements

IDocument AddListStyle(ListType, String)
See Also