Table

Overview

Table is a class in Aspose.Words FOSS for Python.

Represents a table structure.

Properties: column_alignments, rows.

Properties

NameTypeAccessDescription
rowslist[TableRow]ReadGets the rows.
column_alignmentslist[str]ReadGets the column alignments.

See Also