PowerPoint.Interfaces.SlideBackgroundGradientFillUpdateData interface
An interface for updating data on the SlideBackgroundGradientFill
object, for use in slideBackgroundGradientFill.set({ ... })
.
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"