Overview
Table is a class in Aspose.Words FOSS for Python.
Represents a table structure.
Properties: column_alignments, rows.
Properties
| Name | Type | Access | Description |
|---|
rows | list[TableRow] | Read | Gets the rows. |
column_alignments | list[str] | Read | Gets the column alignments. |
See Also