Click or drag to resize

DocxTableSetFontBold Method

Sets the font bold.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxTable SetFontBold(
	bool bold
)

Parameters

bold
Type: SystemBoolean
if set to true [bold].

Return Value

Type: DocxTable
DocxTableRow.
See Also