Click or drag to resize

ListStyle CreateEmptyListStyle Method

Creates an empty list style for a document with the specified list type and level.

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

Parameters

doc
Type: Spire.Doc.Interface IDocument
listType
Type: Spire.Doc.Documents ListType
List type(bulleted or numbered)
isOneLevelList
Type: System Boolean
Is it list that consist of 1 level only.

Return Value

Type: ListStyle
See Also