public method TableRowBuilder.SetBold

Brief

Sets the bold font style for the table row.

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

Parameters
isBold

The value True defines the bold font style.

Declared in TableRowBuilder

back