Row
Overview
Row is a class in Aspose.Slides FOSS for Python.
Inherits from: CellCollection, IRow.
Represents a row in a table.
This class provides 1 method for working with Row objects in Python programs.
Available methods include: set_text_format.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_bulk_text_formattable, as_i_cell_collection, as_i_collection, as_i_enumerable, as_i_presentation_component, as_i_slide_component, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
height | float | Read | Returns the height of a row. |
minimal_height | float | Read/Write | Returns or sets the minimal possible height of a row. |
as_i_cell_collection | ICellCollection | Read | Gets the as i cell collection. |
as_i_bulk_text_formattable | IBulkTextFormattable | Read | Gets the as i bulk text formattable. |
slide | IBaseSlide | Read | Returns the parent slide of a CellCollection. |
presentation | IPresentation | Read | Returns the parent presentation of a CellCollection. |
as_i_slide_component | ISlideComponent | Read | Gets the as i slide component. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
as_i_collection | list | Read | Gets the as i collection. |
as_i_enumerable | Any | Read | Gets the as i enumerable. |
length | int | Read | Returns the number of elements. |
Methods
| Signature | Description |
|---|---|
set_text_format() | Sets the text formatting for the entire row |