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