static public method TableCellExtensions.AddParagraph

Brief

Adds a paragraph with a text (array of strings) to the table cell and returns the TableCellBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddParagraph (this Gehtsoft.PDFFlow.Builder.TableCellBuilder cell, System.String[] text)

Parameters
cell

This TableCellBuilder.

text

The paragraph text.

Declared in TableCellExtensions

back