public method TableCellBuilder.SetBorder

Brief

Sets the border stroke style for the table cell or resets the border settings to default if used without the parameter.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  SetBorder (Gehtsoft.PDFFlow.Models.Enumerations.Stroke strokeStyle = Solid)

Parameters
strokeStyle

The border stroke style.

Details

When used without the parameter, the method applies the default border settings defined by the default style to the table cell. This is useful when you need to reset the border settings for a table cell to default, for example, if they were redefined by the style applied to the row or to the table.

Declared in TableCellBuilder

back