| DocxRunSetFontName Method |
Sets the name of the font.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax public DocxRun SetFontName(
string fontName
)
Public Function SetFontName (
fontName As String
) As DocxRun
public:
DocxRun^ SetFontName(
String^ fontName
)
member SetFontName :
fontName : string -> DocxRun
Parameters
- fontName String
- Name of the font.
Return Value
DocxRunDocxRun.
See Also