public method TableRowBuilder.SetBorder

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableRowBuilder  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 row. This is useful when you need to reset the border settings for a table row to default, for example, if they were redefined by the style applied to the table.

Declared in TableRowBuilder

back