GemBox.Presentation.Tables Namespace
Contains types that represent tables, table elements (columns, rows and cells), collections of table elements and table-related formatting.
Classes
Table | Represents a table. |
TableBackground | Represents a table background fill and effects applied with a TableStyle. |
TableCell | Represents a table cell. |
TableCellCollection | Represents a collection of TableCells. |
TableCellFormat | Represents a set of formatting options that can be applied to a TableCell. |
TableColumn | Represents a table column. |
TableColumnCollection | Represents a collection of TableColumns. |
TableElement | Represents a base type for all table element types, such as TableColumn, TableRow and TableCell. |
TableElementCollection<T> | Represents a base type for all collections that contain TableElement derived instances, such as TableColumnCollection, TableRowCollection and TableCellCollection. |
TableFormat | Represents a set of formatting options that can be applied to a Table. |
TablePartBorderStyle | Represents a set of border-related table style conditional formatting properties. |
TablePartStyle | Represents a set of table style conditional formatting properties. These properties affect the appearance of all rows, cells, paragraphs and runs within the parent table matching the specified condition, but may be overridden by individual row, cell, paragraph and run level formatting. |
TablePartTextStyle | Represents a set of text-related table style conditional formatting properties. |
TableRow | Represents a table row. |
TableRowCollection | Represents a collection of TableRows. |
TableStyle | Represents a style which can be applied to one or more Tables within a presentation content. |
TableStyleCollection | Represents a collection of TableStyles. |
Enums
TableCellBorderType | Represents the type of cell border. |
TablePartStyleType | Represents table style conditional format types which indicate what region of a table will be formatted with TablePartStyle object. |
TableStyleName | Represents an enumeration of built-in table style names. |
TableStyleOptions | Specifies which table style special formats are applied to a table. |