Click or drag to resize

UtilsFindParagraphStyleByName Method

Finds the paragraph style providing the name.

Namespace: QsGemBox
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public static DocxParagraphStyle FindParagraphStyleByName(
	DocxDocument doc,
	string stylename
)

Parameters

doc  DocxDocument
The document.
stylename  String
The styleName.

Return Value

DocxParagraphStyle
Style.
See Also