 | DocxRunSetStyle Method |
Sets the style.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 28.1.0-RC
Syntaxpublic DocxRun SetStyle(
string styleName
)
Public Function SetStyle (
styleName As String
) As DocxRun
public:
DocxRun^ SetStyle(
String^ styleName
)
member SetStyle :
styleName : string -> DocxRun Parameters
- styleName String
- Name of the style.
Return Value
DocxRun[Missing <returns> documentation for "M:QsGemBox.Docx.DocxRun.SetStyle(System.String)"]
See Also