Click or drag to resize

DocxParagraphBold Property

Sets a value indicating whether this DocxParagraph is bold.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax
public bool Bold { set; }

Property Value

Type: Boolean
true if bold; otherwise, false.
See Also