Click or drag to resize

IStyleCollection FindByName Method (String)

Finds a first style with specified style name

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
Style FindByName(
	string name
)

Parameters

name
Type: System String
The name.

Return Value

Type: Style
See Also