Aspose.Words.Tables
Contents
[
Hide
]The Aspose.Words.Tables namespace contains classes that represent tables, rows, cells and their formatting.
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. |
PreferredWidth | Represents a value and its unit of measure that is used to specify the preferred width of a table or a 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. |
Enumeration
Enumeration | Description |
---|---|
AutoFitBehavior | Determines how Aspose.Words resizes the table when you invoke the AutoFit method. |
CellMerge | Specifies how a cell in a table is merged with other cells. |
CellVerticalAlignment | Specifies vertical justification of text inside a table cell. |
PreferredWidthType | Specifies the unit of measurement for the preferred width of a table or cell. |
TableAlignment | Specifies alignment for an inline table. |
TableStyleOptions | Specifies how table style is applied to a table. |
TextWrapping | Specifies how text is wrapped around the table. |