LineFillFormat

Overview

LineFillFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents properties for lines filling.

Properties

NameTypeAccessDescription
fill_typeFillTypeReadReturns or sets the fill type.
rotate_with_shapeNullableBoolReadDetermines 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.

See Also