Row
Overview
Row is a class in Aspose.Slides FOSS for Python.
Inherits from: CellCollection, IRow.
Represents a row in a table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | float | Read | Returns the height of a row. |
minimal_height | float | Read | Returns or sets the minimal possible height of a row. |
as_i_cell_collection | ICellCollection | Read | Provides access to the row’s cells as an ICellCollection |
as_i_bulk_text_formattable | IBulkTextFormattable | Read | Exposes bulk text formatting capabilities via IBulkTextFormattable |
Methods
| Signature | Description |
|---|---|
set_text_format() | Sets the text formatting for the entire row |