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/Write | Gets or sets the rows. |
column_alignments | list[str] | Read/Write | Gets or sets the column alignments. |
See Also