Click or drag to resize

DocxTableRowSetFontBold Method

Sets the font bold.

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

Parameters

bold  Boolean
if set to true [bold].

Return Value

DocxTableRow
DocxTableRow.
See Also