Class TableBuilder

TableBuilder class

Class represents builder for table in pdf page.

public class TableBuilder

Methods

NameDescription
virtual AddRow()Add new row to table.
AddTable()Add new table to document.
InsertPageAfter(int)Insert page after specified page.
InsertPageBefore(int)Insert page before specified page.
implicit operatorConverts builder TableBuilder to options TableOptions

See Also