Class PdfGeneratorTableCellBuilder

PdfGeneratorTableCellBuilder class

Class represents builder for table cell.

public class PdfGeneratorTableCellBuilder : PdfGeneratorTableRowBuidler

Methods

NameDescription
override AddCell()Add cell to table.
AddParagraph(params BaseParagraph[])Add paragraphs to table cell.
override AddRow()Overriding AddRow.
AddTable()Add new table to document.
SetPage(int)Set the page number to place the table.

See Also