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

NameTypeAccessDescription
textstrRead/WriteGets or sets the text.
alignmentstrRead/WriteGets or sets the alignment.
row_spanintRead/WriteGets or sets the row span.
col_spanintRead/WriteGets or sets the col span.
formattingRunFormattingRead/WriteGets or sets the formatting.

See Also

 English