Column
Column class
表示表中的列。
public sealed class Column : CellCollection, IColumn
特性
姓名 | 描述 |
---|---|
ColumnFormat { get; } | 返回包含此列格式属性的 ColumnFormat 对象。 只读IColumnFormat 。 |
Count { get; } | 返回集合中的单元格数。 只读Int32。 |
IsSynchronized { get; } | 返回一个值,指示对集合的访问是否同步(线程安全)。 只读Boolean。 |
Item { get; } | 按位置返回单元格。 只读Cell 。 |
Presentation { get; } | 返回 CellCollection 的父表示。 只读IPresentation 。 |
Slide { get; } | 返回 CellCollection 的父幻灯片。 只读IBaseSlide 。 |
SyncRoot { get; } | 返回同步根。 只读Object。 |
Width { get; set; } | 返回或设置列的宽度。 读/写Double。 |
方法
姓名 | 描述 |
---|---|
CopyTo(Array, int) | 将集合中的所有元素复制到指定的数组。 |
GetEnumerator() | 返回一个遍历集合的枚举器。 |
SetTextFormat(IParagraphFormat) | 将定义的段落格式属性设置为所有列单元格的段落。 |
SetTextFormat(IPortionFormat) | 将定义的部分格式属性设置为所有列单元格的部分。 |
SetTextFormat(ITextFrameFormat) | 将定义的文本框格式属性设置为所有列单元格的文本框。 |
也可以看看
- class CellCollection
- interface IColumn
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides