FillFormat
Overview
FillFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represents a fill formatting options.
Properties: as_i_presentation_component, fill_type, gradient_format, pattern_format, picture_fill_format, presentation, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fill_type | FillType | Read/Write | Returns or sets the type of filling. |
solid_fill_color | IColorFormat | Read | Returns the fill color. |
gradient_format | IGradientFormat | Read | Returns the gradient fill format. |
pattern_format | IPatternFormat | Read | Returns the pattern fill format. |
picture_fill_format | IPictureFillFormat | Read | Returns the picture fill format. |
rotate_with_shape | NullableBool | Read/Write | Determines whether the fill should be rotated with shape. |
as_i_presentation_component | IPresentationComponent | Read | Allows to get base IPresentationComponent interface. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |