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

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 1.10 ]