PowerPoint.Interfaces.SlideBackgroundGradientFillData interface
An interface describing the data returned by calling slideBackgroundGradientFill.toJSON()
.
Properties
type | Specifies the type of gradient fill. |
Property Details
type
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the type of gradient fill.
type?: PowerPoint.SlideBackgroundGradientFillType | "Unsupported" | "Linear" | "Radial" | "Rectangular" | "Path" | "ShadeFromTitle";
Property Value
PowerPoint.SlideBackgroundGradientFillType | "Unsupported" | "Linear" | "Radial" | "Rectangular" | "Path" | "ShadeFromTitle"