Class TableCellBuilder

Info

Class represents builder for table cell.

public class TableCellBuilder : TableRowBuilder

Inheritance

objectTableBuilderTableRowBuilderTableCellBuilder

Inherited Members

Methods

AddCell()

Add cell to table.

public override TableCellBuilder AddCell()

Returns

TableCellBuilder : Instance of current Documentize.TableCellBuilder.

AddParagraph(params string[])

Add paragraphs to table cell.

public TableCellBuilder AddParagraph(params string[] paragraphs)

Parameters

  • paragraphs string[]: Text for Paragraphs.

Returns

TableCellBuilder : Instance of current Documentize.TableCellBuilder.

Namespace: Documentize Assembly: Documentize.dll

 English