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

NameTypeAccessDescription
fill_typeFillTypeRead/WriteReturns or sets the fill type.
rotate_with_shapeNullableBoolRead/WriteDetermines whether the fill should be rotated with a shape.
solid_fill_colorIColorFormatReadReturns the color of a solid fill.
gradient_formatIGradientFormatReadReturns the gradient fill format.
pattern_formatIPatternFormatReadReturns the pattern fill format.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also