public method TableBuilder.SetAltRowStyleHorizontalAlignment

Brief

Sets the horizontal alignment for the alternate row style.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetAltRowStyleHorizontalAlignment (Gehtsoft.PDFFlow.Models.Enumerations.HorizontalAlignment alignment)

Parameters
alignment

The horizontal alignment.

Details

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

Declared in TableBuilder

back