static public method TableCellExtensions.AddParagraph

Brief

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

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

Parameters
cell

This TableCellBuilder.

config

A configuration action for the paragraph.

Declared in TableCellExtensions

back