public method TableBuilder.SetFooterRowStyleBorder

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetFooterRowStyleBorder (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 footer rows of the table. If no style is applied to the footer rows, the library applies the default footer row style and applies the specified border to this style. If some style is applied to the footer rows, the library applies the specified border to this style.

Declared in TableBuilder

back