ICell
概述
ICell 是一个界面在Aspose.Slides FOSS for .NET.
表示表中的单个细胞.
特性: AnchorCenter, AsIPresentationComponent, AsISlideComponent, CellFormat, ColSpan, FirstColumn,另外还有20个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
OffsetX | float | 阅读 | 得到了细胞从表的左边缘水平偏移,以点表示. |
OffsetY | float | 阅读 | 得到了细胞从表的顶端垂直偏移,以点. |
FirstRowIndex | int | 阅读 | 得到了这个单元格所覆盖的第一行零基索引. |
FirstColumnIndex | int | 阅读 | 得到了这个单元格所覆盖的第一个列的零基索引. |
Width | float | 阅读 | 得到了细胞的总宽度以点,计算列跨度. |
Height | float | 阅读 | 得到了细胞的总高度,以分数计算行长. |
MinimalHeight | float | 阅读 | 获取单元格的最小高度(单位:点)。. |
MarginLeft | float | 阅读/写作 | 获取或设置单元格的左边距(单位为点)。. |
MarginRight | float | 阅读/写作 | 获取或设置单元格的右边距(以点为单位)。. |
MarginTop | float | 阅读/写作 | 获取或设置单元格的顶部边距(单位为点)。. |
MarginBottom | float | 阅读/写作 | 获取或设置单元格的底部边距(以点为单位)。. |
TextVerticalType | TextVerticalType | 阅读/写作 | 获取或设置单元格的文本垂直类型。. |
TextAnchorType | TextAnchorType | 阅读/写作 | 获取或设置单元格的文本锚点类型。. |
AnchorCenter | bool | 阅读/写作 | 获取或设置文本是否在锚点居中。. |
FirstRow | IRow | 阅读 | 获取此单元格的第一行。. |
FirstColumn | IColumn | 阅读 | 获取此单元格的第一列。. |
ColSpan | int | 阅读 | 获取此单元格的列跨度。. |
RowSpan | int | 阅读 | 获取此单元格的行跨度。. |
TextFrame | ITextFrame? | 阅读 | 获取此单元格的文本框。. |
Table | ITable | 阅读 | 获取父表。. |
IsMergedCell | bool | 阅读 | 获取此单元格是否是合并操作的一部分。. |
CellFormat | ICellFormat | 阅读 | 获取单元格格式。. |
Slide | IBaseSlide? | 阅读 | 获取拥有的幻灯片。. |
Presentation | IPresentation? | 阅读 | 获取拥有的演示。. |
AsISlideComponent | ISlideComponent | 阅读 | 返回这个实例为 ISlideComponent. |
AsIPresentationComponent | IPresentationComponent | 阅读 | 返回这个实例为 IPresentationComponent. |