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

NameTypeAccessDescription
typestrReadGets the type.
cell_formatCellFormatReadGets the cell format.
paragraphslist[Paragraph]ReadGets the paragraphs.
tableslist[Table]ReadGets the tables.

See Also