次の方法で共有


PowerPoint.Interfaces.BindingLoadOptions interface

プレゼンテーションで定義されている Office.js バインドを表します。

注釈

[ API セット: PowerPointApi 1.8 ]

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

id

バインド識別子を表します。

type

バインドの型を返します。 詳細は「BindingType」をご覧ください。

プロパティの詳細

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

$all?: boolean;

プロパティ値

boolean

id

バインド識別子を表します。

id?: boolean;

プロパティ値

boolean

注釈

[ API セット: PowerPointApi 1.8 ]

type

バインドの型を返します。 詳細は「BindingType」をご覧ください。

type?: boolean;

プロパティ値

boolean

注釈

[ API セット: PowerPointApi 1.8 ]