Click or drag to resize

UtilsFindStyleByName Method

Finds thestyle providing the name.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static Style FindStyleByName(
	DocumentModel doc,
	string stylename
)

Parameters

doc
Type: DocumentModel
The document.
stylename
Type: SystemString
The styleName.

Return Value

Type: Style
Style.
See Also