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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins