Aspose::Words::Tables namespace

The Aspose.Words.Tables namespace contains classes that represent tables, rows, cells and their formatting.

Classes

ClassDescription
CellRepresents a table cell. To learn more, visit the Working with Tables documentation article.
CellCollectionProvides typed access to a collection of Cell nodes. To learn more, visit the Working with Tables documentation article.
CellFormatRepresents all formatting for a table cell. To learn more, visit the Working with Tables documentation article.
PreferredWidthRepresents 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.
RowRepresents a table row. To learn more, visit the Working with Tables documentation article.
RowCollectionProvides typed access to a collection of Row nodes. To learn more, visit the Working with Tables documentation article.
RowFormatRepresents all formatting for a table row. To learn more, visit the Working with Tables documentation article.
TableRepresents a table in a Word document. To learn more, visit the Working with Tables documentation article.
TableCollectionProvides typed access to a collection of Table nodes. To learn more, visit the Working with Tables documentation article.

Enums

EnumDescription
AutoFitBehaviorDetermines how Aspose.Words resizes the table when you invoke the AutoFit() method.
CellMergeSpecifies how a cell in a table is merged with other cells.
CellVerticalAlignmentSpecifies vertical justification of text inside a table cell.
PreferredWidthTypeSpecifies the unit of measurement for the preferred width of a table or cell.
TableAlignmentSpecifies alignment for an inline table.
TableStyleOptionsSpecifies how table style is applied to a table.
TextWrappingSpecifies how text is wrapped around the table.