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

NameTypeAccessDescription
RowFormatRowFormatReadGets the row format.
ICellCollectionICellCollectionReadGets the i cell collection.
IBulkTextFormattableIBulkTextFormattableReadGets the i bulk text formattable.

Methods

SignatureDescription
RowFormat()RowFormatReturns the RowFormat object that defines formatting for the row
ICellCollection()ICellCollectionProperty exposes the collection of cells belonging to the row
ICellCollection()ICellCollection
IBulkTextFormattable()IBulkTextFormattableReturns 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()doubleReturns the height of this row.
set_height(value: double)
minimal_height()doubleReturns the minimal height of this row.
set_minimal_height(value: double)
row_format()RowFormatReturns the RowFormat object that contains formatting properties for this row. Read-only.
as_i_cell_collection()ICellCollectionReturns this object as an ICellCollection reference.
as_i_cell_collection()ICellCollectionReturns this object as an ICellCollection reference.
as_i_bulk_text_formattable()IBulkTextFormattableReturns this object as an IBulkTextFormattable reference.
as_i_bulk_text_formattable()IBulkTextFormattableReturns 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.

See Also