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/Write | Gets or sets the text. |
alignment | str | Read/Write | Gets or sets the alignment. |
row_span | int | Read/Write | Gets or sets the row span. |
col_span | int | Read/Write | Gets or sets the col span. |
formatting | RunFormatting | Read/Write | Gets or sets the formatting. |