public method TableBuilder.SetAltRowStyleBorder

Brief

Sets the border for the alternate row style by a configuration action.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetAltRowStyleBorder (System.Action<Gehtsoft.PDFFlow.Builder.BorderBuilder> configure)

Parameters
configure

A configuration action for the border.

Details

This method allows you to configure the border for all alternate rows of the table. If no style is applied to the alternate rows, the library applies the default alternate row style and applies the specified border to this style. If some style is applied to the alternate rows, the library applies the specified border to this style.

If you set the alternate row border width, stroke style or color, note that the border will be either not visible (if its width is less than or equal to the width of the content row border) or partially visible (if its width is greater than the width of the content row border).

Declared in TableBuilder

back