| DocxTableSetFontName Method |
Imposta il font di tutta la cella
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public DocxTable SetFontName(
string fontName
)
Public Function SetFontName (
fontName As String
) As DocxTable
public:
DocxTable^ SetFontName(
String^ fontName
)
member SetFontName :
fontName : string -> DocxTable
Parameters
- fontName
- Type: SystemString
Name of the font.
Return Value
Type:
DocxTableDocxTable.
See Also