Class TableCellBuilder

TableCellBuilder class

Class represents builder for table cell.

public class TableCellBuilder : TableRowBuilder

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.
InsertPageAfter(int)Insert page after specified page.
InsertPageBefore(int)Insert page before specified page.

See Also