static public method TableCellExtensions.AddParagraph

Brief

Adds a paragraph with default setting and a string text to the table cell and returns the ParagraphBuilder.

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

Parameters
cell

This TableCellBuilder.

text

The paragraph text.

Declared in TableCellExtensions

back