Cell
Overview
Cell is a class in Aspose.Words for Python.
Inherits from: BaseModel.
Cell.type returns the cell’s type as a string.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | Returns the cell’s type as a string |
cell_format | CellFormat | Read | Provides access to the cell’s formatting settings |
paragraphs | list[Paragraph] | Read | Contains the list of Paragraph objects in the cell |
tables | list[Table] | Read | Returns the list of nested Table objects within the cell |