Row
Overview
Row is a class in Aspose.Slides FOSS for C++.
Represents a row in a table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
RowFormat | RowFormat | Read | Returns the RowFormat object that defines formatting for the row |
ICellCollection | ICellCollection | Read | Property exposes the collection of cells belonging to the row |
IBulkTextFormattable | IBulkTextFormattable | Read | Returns the IBulkTextFormattable interface for bulk text operations on the row |
Methods
| Signature | Description |
|---|---|
RowFormat() → RowFormat | Returns the RowFormat object that defines formatting for the row |
ICellCollection() → ICellCollection | Property exposes the collection of cells belonging to the row |
ICellCollection() → ICellCollection | |
IBulkTextFormattable() → IBulkTextFormattable | Returns the IBulkTextFormattable interface for bulk text operations on the row |
IBulkTextFormattable() → IBulkTextFormattable | |
init_internal(tr_element: pugi::xml_node, row_index: int, slide_part: Internal::pptx::SlidePart, parent_slide: IBaseSlide, table: Table) | Initialize this row from an XML element. Parses height and all children into Cell objects. |