IRow
Contents
[
Hide
]
IRow class
Represents a row in a table.
The IRow type exposes the following members:
Properties
Name | Description |
---|---|
height | Returns the height of a row. Read-only float. |
minimal_height | Returns or sets the minimal possible height of a row. Read/write float. |
row_format | Returns the RowFormat object that contains formatting properties for this row. Read-only IRowFormat. |
as_i_cell_collection | Allows to get base ICellCollection interface. Read-only ICellCollection. |
as_i_bulk_text_formattable | Allows to get base IBulkTextFormattable interface. Read-only IBulkTextFormattable. |
as_i_slide_component | Allows to get base ISlideComponent interface. Read-only ISlideComponent. |
slide | Returns the base slide. Read-only IBaseSlide. |
as_i_presentation_component | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent. |
presentation | Returns the presentation. Read-only IPresentation. |
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Returns a cell by it’s position. Read-only ICell. |
Methods
Name | Description |
---|---|
set_text_format(source) | Sets defined portion format properties to all element’s portions. |
set_text_format(source) | Sets defined paragraph format properties to all element’s paragraphs. |
set_text_format(source) | Sets defined text frame format properties to all element’s text frames. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides