Click or drag to resize

StyleCollection FindByName Method (String, StyleType)

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 IStyle FindByName(
	string name,
	StyleType styleType
)

Parameters

name
Type: System String
The name.
styleType
Type: Spire.Doc.Documents StyleType
Type of the style.

Return Value

Type: IStyle

Implements

IStyleCollection FindByName(String, StyleType)
See Also