Row

Overview

Row is a class in Aspose.Slides FOSS for C++.

Represents a row in a table.

Properties

NameTypeAccessDescription
RowFormatRowFormatReadReturns the RowFormat object that defines formatting for the row
ICellCollectionICellCollectionReadProperty exposes the collection of cells belonging to the row
IBulkTextFormattableIBulkTextFormattableReadReturns the IBulkTextFormattable interface for bulk text operations on the row

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
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.

See Also