static public method TableCellExtensions.AddParagraphToCell

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  AddParagraphToCell (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