public method TableBuilder.SetFooterRowStyleTextOverflowAction

Brief

Sets the text overflow action for the footer row style.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetFooterRowStyleTextOverflowAction (Gehtsoft.PDFFlow.Models.Enumerations.TextOverflowAction action)

Parameters
action

The text overflow action.

Details

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

Declared in TableBuilder

back