FillOverlay

Overview

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

Represents a Fill Overlay effect.

Properties: as_i_image_transform_operation, as_i_presentation_component, blend, fill_format, presentation, slide.

Properties

NameTypeAccessDescription
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
fill_formatIFillFormatReadFill format.
blendFillBlendModeRead/WriteFillBlendMode.
slideIBaseSlideReadGets the slide.
as_i_image_transform_operationIImageTransformOperationReadGets the as i image transform operation.
presentationIPresentationReadGets the presentation.

See Also