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
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | Gets the text. |
alignment | str | Read | Gets the alignment. |
row_span | int | Read | Gets the row span. |
col_span | int | Read | Gets the col span. |
formatting | RunFormatting | Read | Gets the formatting. |