FillFormatType Enum
Represents the fill type that can be applied to various objects, such as shapes, text characters, table cells and their outlines, borders and underlines.
Fields
Gradient | Gradient fill. The shape is filled with the smooth gradual transition of colors at the specified locations that either follows a line or a path. |
None | No fill. The shape is not filled, thus making its interior transparent. |
Pattern | Pattern fill. The shape is filled with the repeated pattern of the specified foreground and background color. |
Picture | Picture fill. The shape is filled with the picture that can either be tiled (as a texture) or stretched to fill the available area. This fill type is not supported for outlines, borders and underlines. |
SlideBackground | Slide background fill. The shape is filled the same as the slide background surface. The difference between this fill and None is noticeable if Shape with SlideBackground fill is in front of some other filled shape. |
Solid | Solid color fill. The shape is filled entirely with the specified color. |