public method ParagraphBuilder.SetBold

Brief

Sets the bold font style for the paragraph.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  SetBold (bool isBold = True)

Parameters
isBold

The value True defines that the font style is bold.

Declared in ParagraphBuilder

back