class TableExtensions

Parents

object

Brief

The class for building tables.

Static Public Methods

AddColumn

Adds a column with a specified header (an array of text strings) to the table, allows specifying a bounded property and configuring the column, and returns the TableColumnBuilder.

AddColumn

Adds a column with a specified header (a text string) to the table, allows specifying a bounded property and configuring the column, and returns the TableColumnBuilder.

AddColumn

Adds a column with specified header (a text string) and width to the table and returns the TableColumnBuilder.

AddColumn

Adds a column with default settings to the table and returns the TableColumnBuilder.

AddColumnPercent

Adds a column with specified header (a text string) and width in percent to the table and returns the TableColumnBuilder.

AddColumnPercentToTable

Adds a column with specified header (a text string) and width in percent to the table and returns the TableBuilder.

AddColumnToTable

Adds a column with a specified header (an array of text strings) to the table, allows specifying a bounded property and configuring the column, and returns the TableBuilder.

AddColumnToTable

Adds a column with a specified header (a text string) to the table, allows specifying a bounded property and configuring the column, and returns the TableBuilder.

AddColumnToTable

Adds a column with specified header (a text string) and width to the table and returns the TableBuilder.

AddColumnToTable

Adds a column with default settings to the table and returns the TableBuilder.

AddFooterRow

Adds a footer row to the table, configures the row, and returns the TableRowBuilder.

AddFooterRowToTable

Adds a footer row to the table, configures the row, and returns the TableBuilder.

AddHeaderRow

Adds a header row to the table, allows configuring the row, and returns the TableRowBuilder.

AddHeaderRowToTable

Adds a header row to the table, configures the row, and returns the TableBuilder.

AddImageColumn

Adds an image column to the table, allows specifying the header and configuring the column, and returns the TableColumnBuilder.

AddImageColumnToTable

Adds an image column to the table, allows specifying the header and configuring the column, and returns the TableBuilder.

AddRow

Adds a row to the table, configures the row, and returns the TableRowBuilder.

AddRow

Adds a row with default settings to the table and returns the TableRowBuilder.

AddRowToTable

Adds a row to the table, configures the row and returns the TableBuilder.

AddRowToTable

Adds a row with default settings to the table and returns the TableBuilder.

AddTable

Adds a table with a specified column width to the section and returns the TableBuilder.

AddTable

Adds a table to the section, allows configuring the table, and returns the TableBuilder.

AddTable

Adds a table with a specified column width to the repeating area and returns the TableBuilder.

AddTable

Adds a table to the repeating area, allows configuring the table, and returns the TableBuilder.

AddTableToRepeatingArea

Adds a table to the repeating area, allows configuring the table, and returns the RepeatingAreaBuilder.

AddTableToSection

Adds a table to the section, allows configuring the table, and returns the SectionBuilder.

back