Click or drag to resize

IStyleCollection Add Method

Adds the specified style.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
int Add(
	IStyle style
)

Parameters

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

Return Value

Type: Int32
See Also