static public method TableCellExtensions.AddParagraph

Brief

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

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

Parameters
cell

This TableCellBuilder.

paragraph

An instance of ParagraphBuilder.

Declared in TableCellExtensions

back