Click or drag to resize

IDocument AddListStyle Method

Adds new list style to document.

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

Parameters

listType
Type: Spire.Doc.Documents ListType
Type of the list style.
styleName
Type: System String
List style name

Return Value

Type: ListStyle
See Also