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
| Name | Type | Access | Description |
|---|---|---|---|
FillBlendMode | FillBlendMode | Read | Property gets or sets the overlay’s fill blend mode |
IFillFormat | IFillFormat | Read | Method returns the fill format interface for the overlay |
IBaseSlide | IBaseSlide | Read | Property references the base slide containing the overlay |
IPresentationComponent | IPresentationComponent | Read | Method returns the presentation component associated with the overlay |
IImageTransformOperation | IImageTransformOperation | Read | Property gives the image transform operation applied to the overlay |
Methods
| Signature | Description |
|---|---|
FillBlendMode() → FillBlendMode | Property gets or sets the overlay’s fill blend mode |
IFillFormat() → IFillFormat | Method returns the fill format interface for the overlay |
IFillFormat() → IFillFormat | |
IBaseSlide() → IBaseSlide | Property references the base slide containing the overlay |
IBaseSlide() → IBaseSlide | |
IPresentationComponent() → IPresentationComponent | Method returns the presentation component associated with the overlay |
IImageTransformOperation() → IImageTransformOperation | Property 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. |