次の方法で共有


PowerPoint.Interfaces.SlideBackgroundPatternFillLoadOptions interface

PowerPoint.SlideBackground パターンの塗りつぶしプロパティを表します。

注釈

[ API set: PowerPointApi 1.10 ]

プロパティ

$all

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

backgroundColor

HTML の色形式 ("#FFFFFF" や "white" など) の背景色を指定します。

foregroundColor

前景色を HTML 色形式で指定します (例: "#FFA500" または "orange")。

pattern

パターンの種類を指定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

backgroundColor

HTML の色形式 ("#FFFFFF" や "white" など) の背景色を指定します。

backgroundColor?: boolean;

プロパティ値

boolean

注釈

[ API set: PowerPointApi 1.10 ]

foregroundColor

前景色を HTML 色形式で指定します (例: "#FFA500" または "orange")。

foregroundColor?: boolean;

プロパティ値

boolean

注釈

[ API set: PowerPointApi 1.10 ]

pattern

パターンの種類を指定します。

pattern?: boolean;

プロパティ値

boolean

注釈

[ API set: PowerPointApi 1.10 ]