Row
Overview
Row is a class in Aspose.Slides FOSS for .NET.
Inherits from: CellCollection, IRow, IBulkTextFormattable.
Represents a table row as a collection of cells.
This class provides 4 methods for working with Row objects in .NET programs.
Available methods include: GetEnumerator, SetTextFormat.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIBulkTextFormattable, AsICellCollection, AsICollection, AsIEnumerable, AsIPresentationComponent, AsISlideComponent, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Height | float | Read | Gets the actual computed height of the row in points. |
MinimalHeight | float | Read/Write | Gets or sets the minimal possible height of the row in points. |
RowFormat | IRowFormat | Read | Gets the formatting properties for this row. |
AsICellCollection | ICellCollection | Read | Gets this row as an ICellCollection. |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Gets this row as an IBulkTextFormattable. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
AsISlideComponent | ISlideComponent | Read | Gets the as i slide component. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsICollection | IList<ICell> | Read | Gets the as i collection. |
AsIEnumerable | IEnumerable<ICell> | Read | Gets the as i enumerable. |
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
SetTextFormat(source: IBasePortionFormat) | Sets the text format value. |
SetTextFormat(source: IParagraphFormat) | Sets the text format value. |
SetTextFormat(source: ITextFrameFormat) | Sets the text format value. |
GetEnumerator() | Calls GetEnumerator on this Row instance. |