次の方法で共有


PowerPoint.Interfaces.SlideBackgroundFillData interface

slideBackgroundFill.toJSON() を呼び出すことによって返されるデータを記述するインターフェイス。

プロパティ

type

スライドの背景の塗りつぶしの種類を返します。 詳細については 、「PowerPoint.SlideBackgroundFillType 」を参照してください。

プロパティの詳細

type

スライドの背景の塗りつぶしの種類を返します。 詳細については 、「PowerPoint.SlideBackgroundFillType 」を参照してください。

type?: PowerPoint.SlideBackgroundFillType | "Unsupported" | "Solid" | "Gradient" | "PictureOrTexture" | "Pattern";

プロパティ値

PowerPoint.SlideBackgroundFillType | "Unsupported" | "Solid" | "Gradient" | "PictureOrTexture" | "Pattern"

注釈

[ API set: PowerPointApi 1.10 ]