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

NameTypeAccessDescription
typestrReadReturns the cell’s type as a string
cell_formatCellFormatReadProvides access to the cell’s formatting settings
paragraphslist[Paragraph]ReadContains the list of Paragraph objects in the cell
tableslist[Table]ReadReturns the list of nested Table objects within the cell