Cell
Overview
Cell is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
Cell.type returns the cell’s type as a string.
Properties: cell_format, paragraphs, tables, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | Gets the type. |
cell_format | CellFormat | Read | Gets the cell format. |
paragraphs | list[Paragraph] | Read | Gets the paragraphs. |
tables | list[Table] | Read | Gets the tables. |