Row
Overview
Row is a class in Aspose.Slides FOSS for C++.
Represents a row in a table.
This class provides 20 methods for working with Row objects in C++ programs.
Available methods include: IBulkTextFormattable, ICellCollection, Row, RowFormat, as_i_bulk_text_formattable, as_i_cell_collection, height, init_internal, minimal_height, row_format, set_height, set_minimal_height, and 1 additional methods.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: IBulkTextFormattable, ICellCollection, RowFormat.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
RowFormat | RowFormat | Read | Gets the row format. |
ICellCollection | ICellCollection | Read | Gets the i cell collection. |
IBulkTextFormattable | IBulkTextFormattable | Read | Gets the i bulk text formattable. |
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 | |
Row() | |
Row(height: double) | |
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. |
height() → double | Returns the height of this row. |
set_height(value: double) | |
minimal_height() → double | Returns the minimal height of this row. |
set_minimal_height(value: double) | |
row_format() → RowFormat | Returns the RowFormat object that contains formatting properties for this row. Read-only. |
as_i_cell_collection() → ICellCollection | Returns this object as an ICellCollection reference. |
as_i_cell_collection() → ICellCollection | Returns this object as an ICellCollection reference. |
as_i_bulk_text_formattable() → IBulkTextFormattable | Returns this object as an IBulkTextFormattable reference. |
as_i_bulk_text_formattable() → IBulkTextFormattable | Returns this object as an IBulkTextFormattable reference. |
set_text_format() | Sets the portion format for all child portions. |
set_text_format() | Sets the portion format for all child portions. |
set_text_format() | Sets the portion format for all child portions. |