ICell
内容
[
隐藏
]ICell interface
表示表格中的一个单元格。
public interface ICell : ISlideComponent
特性
姓名 | 描述 |
---|---|
AnchorCenter { get; set; } | 确定文本框是否在单元格内居中。 读/写Boolean。 |
AsISlideComponent { get; } | 允许获取基础 ISlideComponent 接口。 只读ISlideComponent 。 |
CellFormat { get; } | 返回包含此单元格格式属性的 CellFormat 对象。 只读ICellFormat 。 |
ColSpan { get; } | 返回父表的表格网格中的网格列数 应由当前单元格跨越。此属性允许单元格 具有被合并的外观,因为它们跨越表中其他单元格的垂直边界 。 只读Int32。 |
FirstColumn { get; } | 获取单元格的第一列。 只读IColumn 。 |
FirstColumnIndex { get; } | 返回单元格覆盖的第一列的索引。 只读Int32。 |
FirstRow { get; } | 获取第一行单元格。 只读IRow 。 |
FirstRowIndex { get; } | 返回单元格覆盖的第一行的索引。 只读Int32。 |
Height { get; } | 返回单元格的高度。 只读Double。 |
IsMergedCell { get; } | 如果单元格与任何调整后的单元格合并,则返回 true,否则返回 false。 只读Boolean。 |
MarginBottom { get; set; } | 返回或设置 TextFrame 的下边距。 读/写Double。 |
MarginLeft { get; set; } | 返回或设置 TextFrame 的左边距。 读/写Double。 |
MarginRight { get; set; } | 返回或设置 TextFrame 中的右边距。 读/写Double。 |
MarginTop { get; set; } | 返回或设置 TextFrame 的上边距。 读/写Double。 |
MinimalHeight { get; } | 返回单元格的最小高度。 这是单元格缩进的所有行的最小高度的总和。 只读Double。 |
OffsetX { get; } | 返回表格左侧到单元格左侧的距离。 只读Double。 |
OffsetY { get; } | 返回从表格顶部到单元格顶部的距离。 只读Double。 |
RowSpan { get; } | 返回合并单元格跨越的行数。这与 与其他单元格上的 vMerge 属性结合使用,以指定水平合并的开始单元格 。 只读Int32。 |
Table { get; } | 返回单元格的父 Table 对象。 只读ITable 。 |
TextAnchorType { get; set; } | 返回或设置文本锚类型。 读/写TextAnchorType 。 |
TextFrame { get; } | 返回单元格的文本框。 只读ITextFrame 。 |
TextVerticalType { get; set; } | 返回或设置竖排文本的类型。 读/写TextVerticalType 。 |
Width { get; } | 返回单元格的宽度。 只读Double。 |
方法
姓名 | 描述 |
---|---|
SplitByColSpan(int) | 按列索引将单元格拆分为两个单元格。 |
SplitByHeight(double) | 按高度分割单元格。 |
SplitByRowSpan(int) | 按行索引将单元格拆分为两个单元格。 |
SplitByWidth(double) | 按宽度分割单元格。 |
也可以看看
- interface ISlideComponent
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides