static public method TableCellExtensions.AddParagraphToCell

Brief

Adds a paragraph with default settings and a string text to the table cell and returns the TableCellBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  AddParagraphToCell (this Gehtsoft.PDFFlow.Builder.TableCellBuilder cell, string text)

Parameters
cell

This TableCellBuilder.

text

The paragraph text.

Declared in TableCellExtensions

back