PowerPoint.Interfaces.TableRowData interface

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

注解

使用方

属性

currentHeight

以磅为单位检索行的当前高度。

height

指定行的高度(以磅为单位)。 如果设置的行高小于最小高度,则行高将增加到最小高度。

rowIndex

返回表的行集合内行的索引编号。 从零开始编制索引。

属性详细信息

currentHeight

以磅为单位检索行的当前高度。

currentHeight?: number;

属性值

number

注解

API 集:PowerPointApi 1.9

height

指定行的高度(以磅为单位)。 如果设置的行高小于最小高度,则行高将增加到最小高度。

height?: number;

属性值

number

注解

API 集:PowerPointApi 1.9

rowIndex

返回表的行集合内行的索引编号。 从零开始编制索引。

rowIndex?: number;

属性值

number

注解

API 集:PowerPointApi 1.9