| UtilsFindParagraphStyleByName Method |
Finds the paragraph style providing the name.
Namespace: QsGemBoxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax 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 DocxDocument
- The document.
- stylename String
- The styleName.
Return Value
DocxParagraphStyleStyle.
See Also