public method TableBuilder.SetStyle
Sets the styles for the table, its header, footer, content and alternate rows.
Declaration | ||||
|
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. |
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