static public method TableCellExtensions.AddParagraph

Brief

Adds a paragraph with a string text to the table cell, configures the paragraph and returns the ParagraphBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  AddParagraph (this Gehtsoft.PDFFlow.Builder.TableCellBuilder cell, string text, System.Action<Gehtsoft.PDFFlow.Builder.ParagraphBuilder> config)

Parameters
cell

This TableCellBuilder.

text

The paragraph text.

config

A configuration action for the paragraph.

Declared in TableCellExtensions

back