IRow

概述

IRow 是一个界面在Aspose.Slides FOSS for .NET. 继承人: ICellCollection, IBulkTextFormattable.

表示表中的一行.

这个接口提供了一个方法,用于在NET程序中与IRow对象工作. 有的方法包括: SetTextFormat. 所有公众成员在安装了Aspose.Slides FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AsIBulkTextFormattable, AsICellCollection, AsICollection, AsIEnumerable, AsIPresentationComponent, AsISlideComponent,另外6个.

属性

名称:类型Access描述情况
Heightfloat阅读获取行的实际计算高度(以点为单位)。.
MinimalHeightfloat阅读/写作得到或设置行的最小可能高点.
RowFormatIRowFormat阅读获取此行的格式属性。.
AsICellCollectionICellCollection阅读返回这个实例为 ICellCollection.
AsIBulkTextFormattableIBulkTextFormattable阅读返回这个实例为 IBulkTextFormattable.
Countint阅读获取集合中的单元格数量。.
SlideIBaseSlide?阅读获取拥有此集合的幻灯片。.
PresentationIPresentation?阅读获取拥有此集合的演示文稿。.
AsICollectionIList<ICell>阅读返回此集合中的单元格的新列表副本.
AsIEnumerableIEnumerable<ICell>阅读返回这个集合中的新数的单元格.
AsISlideComponentISlideComponent阅读返回这个实例为 ISlideComponent.
AsIPresentationComponentIPresentationComponent阅读返回这个实例为 IPresentationComponent.

方法

Signature描述情况
SetTextFormat(source: IBasePortionFormat)将指定部分格式应用到该对象中的所有文本.

查看更多

 中文