Edit

Share via


PowerPoint.Interfaces.SlideBackgroundFillData interface

An interface describing the data returned by calling slideBackgroundFill.toJSON().

Properties

type

Returns the fill type of the slide background. See PowerPoint.SlideBackgroundFillType for details.

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.

Returns the fill type of the slide background. See PowerPoint.SlideBackgroundFillType for details.

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

Property Value

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

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]