次の方法で共有


Word.Interfaces.ShapeGroupLoadOptions interface

ドキュメント内の図形グループを表します。 対応する Shape オブジェクトを取得するには、ShapeGroup.shape を使用します。

注釈

[ API set: WordApiDesktop 1.2 ]

プロパティ

$all

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

id

図形グループ識別子を表す整数を取得します。

shape

グループに関連付けられている Shape オブジェクトを取得します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

id

図形グループ識別子を表す整数を取得します。

id?: boolean;

プロパティ値

boolean

注釈

[ API set: WordApiDesktop 1.2 ]

shape

グループに関連付けられている Shape オブジェクトを取得します。

shape?: Word.Interfaces.ShapeLoadOptions;

プロパティ値

注釈

[ API set: WordApiDesktop 1.2 ]