FillFormat

Overview

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

Represents a fill formatting options.

Properties

NameTypeAccessDescription
fill_typeFillTypeReadReturns or sets the type of filling.
solid_fill_colorIColorFormatReadReturns the fill color.
gradient_formatIGradientFormatReadReturns the gradient fill format.
pattern_formatIPatternFormatReadReturns the pattern fill format.
picture_fill_formatIPictureFillFormatReadReturns the picture fill format.
rotate_with_shapeNullableBoolReadDetermines whether the fill should be rotated with shape.

See Also