The Aspose.Words.Tables namespace contains classes that represent tables, rows, cells and their formatting.
Namespace hierarchy
Classes
| Class | Description |
|---|
| Cell | Represents a table cell. |
| CellCollection | Provides typed access to a collection of Cell nodes. |
| CellFormat | Represents all formatting for a table cell. |
| Row | Represents a table row. |
| RowCollection | Provides typed access to a collection of Row nodes. |
| RowFormat | Represents all formatting for a table row. |
| Table | Represents a table in a Word document. |
| TableCollection | Provides typed access to a collection of Table nodes. |
Enumerations
| Enumeration | Description |
|---|
| CellMerge | Specifies how a cell in a table is merged with other cells. |
| CellVerticalAlignment | Specifies vertical justification of text inside a table cell. |
| RowAlignment | Specifies alignment for a table row. |