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

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.
AsICellCollectionICellCollectionReadGets this row as an ICellCollection.
AsIBulkTextFormattableIBulkTextFormattableReadGets this row as an IBulkTextFormattable.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.
AsISlideComponentISlideComponentReadGets the as i slide component.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
AsICollectionIList<ICell>ReadGets the as i collection.
AsIEnumerableIEnumerable<ICell>ReadGets the as i enumerable.
CountintReadGets the count.

Methods

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

See Also