PowerPoint.Interfaces.SlideBackgroundPatternFillLoadOptions interface

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

プロパティ

$all

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

backgroundColor

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

foregroundColor

前景色を HTML カラー形式で指定します ("#FFA500" や "オレンジ" など)。

pattern

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

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

backgroundColor

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

backgroundColor?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.10

foregroundColor

前景色を HTML カラー形式で指定します ("#FFA500" や "オレンジ" など)。

foregroundColor?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.10

pattern

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

pattern?: boolean;

プロパティ値

boolean

注釈

API セット: PowerPointApi 1.10