FillOverlay

Overview

FillOverlay is a class in Aspose.Slides FOSS for C++.

Represents a Fill Overlay effect. A fill overlay specifies an additional fill for an object and blends the two fills together using the selected blend mode.

Properties

NameTypeAccessDescription
FillBlendModeFillBlendModeReadProperty gets or sets the overlay’s fill blend mode
IFillFormatIFillFormatReadMethod returns the fill format interface for the overlay
IBaseSlideIBaseSlideReadProperty references the base slide containing the overlay
IPresentationComponentIPresentationComponentReadMethod returns the presentation component associated with the overlay
IImageTransformOperationIImageTransformOperationReadProperty gives the image transform operation applied to the overlay

Methods

SignatureDescription
FillBlendMode()FillBlendModeProperty gets or sets the overlay’s fill blend mode
IFillFormat()IFillFormatMethod returns the fill format interface for the overlay
IFillFormat()IFillFormat
IBaseSlide()IBaseSlideProperty references the base slide containing the overlay
IBaseSlide()IBaseSlide
IPresentationComponent()IPresentationComponentMethod returns the presentation component associated with the overlay
IImageTransformOperation()IImageTransformOperationProperty gives the image transform operation applied to the overlay
init_internal(element: pugi::xml_node, save_callback: std::function<void()>)Initialize from an XML element (e.g., ) with a persistence callback.
save()Persist changes via the save callback provided at init time.

See Also