Click or drag to resize

StyleCollection FindByName Method (String)

Finds Style by name

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

Parameters

name
Type: System String
The name.

Return Value

Type: Style

Implements

IStyleCollection FindByName(String)
See Also