Click or drag to resize

UtilsFindParagraphStyleByName Method

Finds the paragraph style providing the name.

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

Parameters

doc
Type: QsGemBox.DocxDocxDocument
The document.
stylename
Type: SystemString
The styleName.

Return Value

Type: DocxParagraphStyle
Style.
See Also