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"