public method TableCellBuilder.SetOblique

Brief

Sets the oblique font style for the table cell.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  SetOblique (bool isOblique = True)

Parameters
isOblique

The value True defines the oblique font style.

Details

Note that most fonts include either italic or oblique style. If you set the oblique or italic style for a font that doesn't include this style, the font will be regular.

Declared in TableCellBuilder

back