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

NameTypeAccessDescription
fill_typeFillTypeRead/WriteReturns 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_shapeNullableBoolRead/WriteDetermines whether the fill should be rotated with shape.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also