PowerPoint.ShapeFillType enum
Specifies a shape's fill type.
Remarks
[ API set: PowerPointApi 1.4 ]
Fields
| gradient = "Gradient" | Specifies that the shape should have gradient fill. |
| noFill = "NoFill" | Specifies that the shape should have no fill. |
| pattern = "Pattern" | Specifies that the shape should have pattern fill. |
| pictureAndTexture = "PictureAndTexture" | Specifies that the shape should have picture or texture fill. |
| slideBackground = "SlideBackground" | Specifies that the shape should have slide background fill. |
| solid = "Solid" | Specifies that the shape should have regular solid fill. |