Click or drag to resize

ListStyleCollection Add Method

Adds the list style into collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Add(
	ListStyle style
)

Parameters

style
Type: Spire.Doc.Documents ListStyle
The style.

Return Value

Type: Int32
See Also