IRow

Overview

IRow is a interface in Aspose.Slides FOSS for .NET. Inherits from: ICellCollection, IBulkTextFormattable.

Represents a row in a table.

This interface provides 1 method for working with IRow objects in .NET programs. Available methods include: 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

NameTypeAccessDescription
HeightfloatReadGets the actual computed height of the row in points.
MinimalHeightfloatRead/WriteGets or sets the minimal possible height of the row in points.
RowFormatIRowFormatReadGets the formatting properties for this row.
AsICellCollectionICellCollectionReadReturns this instance as an ICellCollection.
AsIBulkTextFormattableIBulkTextFormattableReadReturns this instance as an IBulkTextFormattable.
CountintReadGets the number of cells in the collection.
SlideIBaseSlide?ReadGets the slide that owns this collection.
PresentationIPresentation?ReadGets the presentation that owns this collection.
AsICollectionIList<ICell>ReadReturns a new list copy of the cells in this collection.
AsIEnumerableIEnumerable<ICell>ReadReturns a fresh enumerable over the cells in this collection.
AsISlideComponentISlideComponentReadReturns this instance as an ISlideComponent.
AsIPresentationComponentIPresentationComponentReadReturns this instance as an IPresentationComponent.

Methods

SignatureDescription
SetTextFormat(source: IBasePortionFormat)Applies the specified portion format to all text within this object.

See Also