PdfGeneratorTableCellBuilder.AddParagraph

PdfGeneratorTableCellBuilder.AddParagraph method

Add paragraphs to table cell.

public PdfGeneratorTableCellBuilder AddParagraph(params BaseParagraph[] paragraph)
ParameterTypeDescription
paragraphBaseParagraph[]

Return Value

Instance of current PdfGeneratorTableCellBuilder.

See Also