class TableCellExtensions

Parents

object

Brief

The class for adding content to table cells.

Static Public Methods

AddParagraph

Adds a paragraph with default setting and a string text to the table cell and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph to the table cell, configures the paragraph and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph with a string text to the table cell, configures the paragraph and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph with default settings to the table cell and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph to the table cell and returns the ParagraphBuilder.

AddParagraph

Adds a paragraph with a text (array of strings) to the table cell and returns the TableCellBuilder.

AddParagraphToCell

Adds a paragraph with default settings and a string text to the table cell and returns the TableCellBuilder.

AddParagraphToCell

Adds a paragraph to the table cell, configures the paragraph and returns the TableCellBuilder.

AddParagraphToCell

Adds a paragraph with a string text to the table cell, configures the paragraph and returns the TableCellBuilder.

AddParagraphToCell

Adds a paragraph to the table cell and returns the TableCellBuilder.

AddTable

Nests a table in the table cell, configures the table and returns the TableBuilder.

AddTable

Nests a table with default settings in the table cell and returns the TableBuilder.

AddTableToCell

Nests a table in the table cell, configures the nested table, and returns the TableCellBuilder.

AddTableToCell

Nests a table with default settings in the table cell and returns the TableCellBuilder.

ApplyDefaultContentRowCellStyle

Applies the default content row cell style to the table cell.

back