Row

Overview

Row is a class in Aspose.Slides FOSS for Python. Inherits from: CellCollection, IRow.

Represents a row in a table.

Properties

NameTypeAccessDescription
heightfloatReadReturns the height of a row.
minimal_heightfloatReadReturns or sets the minimal possible height of a row.
as_i_cell_collectionICellCollectionReadProvides access to the row’s cells as an ICellCollection
as_i_bulk_text_formattableIBulkTextFormattableReadExposes bulk text formatting capabilities via IBulkTextFormattable

Methods

SignatureDescription
set_text_format()Sets the text formatting for the entire row

See Also