PowerPoint.Interfaces.TextRangeData interface

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

属性

text

表示文本范围的纯文本内容。

属性详细信息

text

表示文本范围的纯文本内容。

text?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.4 ]