PowerPoint.SlideBackgroundFillType enum
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 fill type for a PowerPoint.SlideBackground.
Remarks
[ API set: PowerPointApi BETA (PREVIEW ONLY) ]
Fields
| gradient = "Gradient" | Specifies that the slide background should have gradient fill. |
| pattern = "Pattern" | Specifies that the slide background should have pattern fill. |
| pictureOrTexture = "PictureOrTexture" | Specifies that the slide background should have picture or texture fill. |
| solid = "Solid" | Specifies that the slide background should have regular solid fill. |
| unsupported = "Unsupported" | Unsupported slide background fill. |