PowerPoint.SlideBackgroundFillType enum
Specifies the fill type for a PowerPoint.SlideBackground.
Remarks
[ API set: PowerPointApi 1.10 ]
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. |