Click or drag to resize

DocxCellSetFontBold Method

Sets the font bold.

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

Parameters

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

Return Value

Type: DocxCell
DocxCell.
See Also