Class TableBuilder

Info

Class represents builder for table in pdf page.

public class TableBuilder

Inheritance

objectTableBuilder

Derived

Inherited Members

Methods

AddRow()

Add new row to table.

public virtual TableRowBuilder AddRow()

Returns

TableRowBuilder : Instance of current Documentize.TableRowBuilder.

AddTable()

Add new table to document.

public TableBuilder AddTable()

Returns

TableBuilder : Instance of current Documentize.TableBuilder.

InsertPageAfter(int)

Insert page after specified page.

public TableOptions InsertPageAfter(int page)

Parameters

  • page int: Page number to insert table after.

Returns

TableOptions : Instance of current Documentize.TableOptions.

InsertPageBefore(int)

Insert page before specified page.

public TableOptions InsertPageBefore(int page)

Parameters

  • page int: Page number to insert table after.

Returns

TableOptions : Instance of current Documentize.TableOptions.

Operators

implicit operator TableOptions(TableBuilder)

Converts builder Documentize.TableBuilder to options Documentize.TableOptions

public static implicit operator TableOptions(TableBuilder builder)

Parameters

  • builder TableBuilder: Instance of current Documentize.TableBuilder.

Returns

TableOptions : Result of conversion to PdfGeneratorTableOptions.

Namespace: Documentize Assembly: Documentize.dll

 English