public method TableBuilder.SetStyle

Brief

Sets the styles for the table, its header, footer, content and alternate rows.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetStyle (Gehtsoft.PDFFlow.Builder.StyleBuilder tableStyle, Gehtsoft.PDFFlow.Builder.StyleBuilder tableHeaderRowStyle, Gehtsoft.PDFFlow.Builder.StyleBuilder tableContentRowStyle, Gehtsoft.PDFFlow.Builder.StyleBuilder tableAltRowStyle, Gehtsoft.PDFFlow.Builder.StyleBuilder tableFooterRowStyle)

Parameters
tableStyle

The table style.

tableHeaderRowStyle

The header row style.

tableContentRowStyle

The content row style.

tableAltRowStyle

The alternate row style.

tableFooterRowStyle

The footer row style.

Details

If you set the alternate row border width, stroke or color, note that the border will be either not visible (if its width is less than or equal to the width of the content row border) or partially visible (if its width is greater than the width of the content row border).

Declared in TableBuilder

back