TableCell

Overview

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

Represents a table cell.

Properties: alignment, col_span, formatting, row_span, text.

Properties

NameTypeAccessDescription
textstrReadGets the text.
alignmentstrReadGets the alignment.
row_spanintReadGets the row span.
col_spanintReadGets the col span.
formattingRunFormattingReadGets the formatting.

See Also