public method TableCellBuilder.SetBold

Brief

Sets the bold font style for the table cell.

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

Parameters
isBold

The value True defines the bold font style.

Declared in TableCellBuilder

back