public method TableBuilder.SetFooterRowStyleVerticalAlignment

Brief

Sets the vertical alignment for the footer row style.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetFooterRowStyleVerticalAlignment (Gehtsoft.PDFFlow.Models.Enumerations.VerticalAlignment alignment)

Parameters
alignment

The vertical alignment.

Details

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

Declared in TableBuilder

back