Row

Přehled

Row je třída v Aspose.Slides FOSS pro C++.

Zobrazuje řádek v tabulce.

Vlastnosti

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

Metody

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.
 Čeština