public method TableBuilder.SetAltRowStyleFont

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetAltRowStyleFont (System.Action<Gehtsoft.PDFFlow.Builder.FontBuilder> configure)

Parameters
configure

A configuration action for the font.

Details

This method allows you to configure the font 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 font to this style. If some style is applied to the alternate rows, the library applies the specified font to this style.

Declared in TableBuilder

back