Click or drag to resize

UtilsFindStyleByName Method

Finds thestyle providing the name.

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

Parameters

doc  DocumentModel
The document.
stylename  String
The styleName.

Return Value

Style
Style.
See Also