PowerPoint.Interfaces.TableCellData interface

一个接口,用于描述通过调用 tableCell.toJSON()返回的数据。

属性

columnCount

获取此单元格跨越的表列数。 将大于或等于 1。

columnIndex

获取表中单元格的从零开始的列索引。

rowCount

获取此单元格跨越的表行数。 将大于或等于 1。

rowIndex

获取表中单元格的从零开始的行索引。

text

指定表格单元格的文本内容。

属性详细信息

columnCount

获取此单元格跨越的表列数。 将大于或等于 1。

columnCount?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.8 ]

columnIndex

获取表中单元格的从零开始的列索引。

columnIndex?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.8 ]

rowCount

获取此单元格跨越的表行数。 将大于或等于 1。

rowCount?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.8 ]

rowIndex

获取表中单元格的从零开始的行索引。

rowIndex?: number;

属性值

number

注解

[ API 集:PowerPointApi 1.8 ]

text

指定表格单元格的文本内容。

text?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.8 ]