TableCell
Overview
TableCell is a class in Aspose.Words for Python.
Represents a table cell.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | Gets or sets the plain text content of the cell |
alignment | str | Read | Gets or sets the horizontal alignment of the cell content |
row_span | int | Read | Gets or sets the number of rows the cell spans |
col_span | int | Read | Gets or sets the number of columns the cell spans |
formatting | RunFormatting | Read | Gets the RunFormatting object that defines the cell’s text style |