次の方法で共有


PowerPoint.Interfaces.AdjustmentsLoadOptions interface

図形の調整値を表します。

注釈

[ API set: PowerPointApi 1.10 ]

プロパティ

$all

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

count

調整ポイントの数を指定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

count

調整ポイントの数を指定します。

count?: boolean;

プロパティ値

boolean

注釈

[ API set: PowerPointApi 1.10 ]