次の方法で共有


PowerPoint.Interfaces.SlideBackgroundSolidFillLoadOptions interface

PowerPoint.SlideBackground ソリッド塗りつぶしプロパティを表します。

注釈

[ API set: PowerPointApi 1.10 ]

プロパティ

$all

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

color

塗りつぶしの色を HTML の色形式 ("#FFA500" や "オレンジ" など) で指定します。

transparency

塗りつぶしの透明度の割合を、0.0 (不透明) から 1.0 (クリア) までの値として指定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

color

塗りつぶしの色を HTML の色形式 ("#FFA500" や "オレンジ" など) で指定します。

color?: boolean;

プロパティ値

boolean

注釈

[ API set: PowerPointApi 1.10 ]

transparency

塗りつぶしの透明度の割合を、0.0 (不透明) から 1.0 (クリア) までの値として指定します。

transparency?: boolean;

プロパティ値

boolean

注釈

[ API set: PowerPointApi 1.10 ]