A Sandcastle Documented Class Library
![]() | UtilsFindParagraphStyleByName Method |
Finds the paragraph style providing the name.
Namespace: QsGemBox
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

public static DocxParagraphStyle FindParagraphStyleByName( DocxDocument doc, string stylename )
Public Shared Function FindParagraphStyleByName ( doc As DocxDocument, stylename As String ) As DocxParagraphStyle
public: static DocxParagraphStyle^ FindParagraphStyleByName( DocxDocument^ doc, String^ stylename )
static member FindParagraphStyleByName : doc : DocxDocument * stylename : string -> DocxParagraphStyle
Parameters
- doc
- Type: QsGemBox.DocxDocxDocument
The document. - stylename
- Type: SystemString
The styleName.
Return Value
Type: DocxParagraphStyleStyle.
