Click or drag to resize

StyleCollection Add Method

Adds Style to 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(
	IStyle style
)

Parameters

style
Type: Spire.Doc.Interface IStyle
The style.

Return Value

Type: Int32

Implements

IStyleCollection Add(IStyle)
See Also