IColumn
概述
IColumn 是一个界面在Aspose.Slides FOSS for .NET. 继承人: ICellCollection, IBulkTextFormattable.
表示表中的单一列.
这个接口提供了一个方法,用于在NET程序中与IColumn对象工作. 有的方法包括: SetTextFormat. 所有公众成员在安装了Aspose.Slides FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AsIBulkTextFormattable, AsICellCollection, AsICollection, AsIEnumerable, AsIPresentationComponent, AsISlideComponent,另外5个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
Width | float | 阅读/写作 | 获取或设置列的宽度。. |
ColumnFormat | IColumnFormat | 阅读 | 获取与此列关联的格式属性。. |
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) | 将指定部分格式应用到该对象中的所有文本. |