static public method TableCellExtensions.AddParagraphToCell

Brief

Adds a paragraph to the table cell and returns the TableCellBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  AddParagraphToCell (this Gehtsoft.PDFFlow.Builder.TableCellBuilder cell, Gehtsoft.PDFFlow.Builder.ParagraphBuilder paragraph)

Parameters
cell

This TableCellBuilder.

paragraph

An instance of ParagraphBuilder.

Declared in TableCellExtensions

back