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 | 描述情况 |
|---|---|---|---|
Height | float | 阅读 | 获取行的实际计算高度(以点为单位)。. |
MinimalHeight | float | 阅读/写作 | 得到或设置行的最小可能高点. |
RowFormat | IRowFormat | 阅读 | 获取此行的格式属性。. |
AsICellCollection | ICellCollection | 阅读 | 返回这个实例为 ICellCollection. |
AsIBulkTextFormattable | IBulkTextFormattable | 阅读 | 返回这个实例为 IBulkTextFormattable. |
Count | int | 阅读 | 获取集合中的单元格数量。. |
Slide | IBaseSlide? | 阅读 | 获取拥有此集合的幻灯片。. |
Presentation | IPresentation? | 阅读 | 获取拥有此集合的演示文稿。. |
AsICollection | IList<ICell> | 阅读 | 返回此集合中的单元格的新列表副本. |
AsIEnumerable | IEnumerable<ICell> | 阅读 | 返回这个集合中的新数的单元格. |
AsISlideComponent | ISlideComponent | 阅读 | 返回这个实例为 ISlideComponent. |
AsIPresentationComponent | IPresentationComponent | 阅读 | 返回这个实例为 IPresentationComponent. |
方法
| Signature | 描述情况 |
|---|---|
SetTextFormat(source: IBasePortionFormat) | 将指定部分格式应用到该对象中的所有文本. |