public method TableBuilder.SetFooterRowStyleFont

Brief

Sets the font for the footer row style.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetFooterRowStyleFont (Gehtsoft.PDFFlow.Builder.FontBuilder font)

Parameters
font

The font.

Details

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

Declared in TableBuilder

back