aspose.words.tables module

The aspose.words.tables module contains classes that represent tables, rows, cells and their formatting.

Classes

Class Description
Cell Represents a table cell. To learn more, visit the Working with Tables documentation article.
CellCollection Provides typed access to a collection of Cell nodes. To learn more, visit the Working with Tables documentation article.
CellFormat Represents all formatting for a table cell. To learn more, visit the Working with Tables documentation article.
PreferredWidth Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell. To learn more, visit the Working with Tables documentation article.
Row Represents a table row. To learn more, visit the Working with Tables documentation article.
RowCollection Provides typed access to a collection of Row nodes. To learn more, visit the Working with Tables documentation article.
RowFormat Represents all formatting for a table row. To learn more, visit the Working with Tables documentation article.
Table Represents a table in a Word document. To learn more, visit the Working with Tables documentation article.
TableCollection Provides typed access to a collection of Table nodes. To learn more, visit the Working with Tables documentation article.

Enumerations

Enumeration Description
AutoFitBehavior Determines how Aspose.Words resizes the table when you invoke the Table.auto_fit() 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.