PowerPoint.Interfaces.BindingData interface

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

注解

使用方

属性

id

表示绑定标识符。

type

返回绑定的类型。 有关详细信息,请参阅 BindingType

属性详细信息

id

表示绑定标识符。

id?: string;

属性值

string

注解

API 集:PowerPointApi 1.8

type

返回绑定的类型。 有关详细信息,请参阅 BindingType

type?: PowerPoint.BindingType | "Shape";

属性值

注解

API 集:PowerPointApi 1.8