FillOverlay
General
FillOverlay és una classe en Aspose.Slides FOSS per a C++.
Representa un efecte de sobreposició d’ompliment. Una superposición d"omplament especifica una ompliment addicional per a un objecte i barreja els dos complements junts utilitzant el mode de mescla seleccionat.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
FillBlendMode | FillBlendMode | Read | Gets or sets the blend mode used by the fill overlay |
IFillFormat | IFillFormat | Read | Returns the fill format object for the overlay |
IBaseSlide | IBaseSlide | Read | Gets or sets the slide that contains this overlay |
IPresentationComponent | IPresentationComponent | Read | Returns the presentation component associated with the overlay |
IImageTransformOperation | IImageTransformOperation | Read | Returns the image transform operation applied to the overlay |
Mètodes
| Signature | Description |
|---|---|
FillBlendMode() → FillBlendMode | Gets or sets the blend mode used by the fill overlay |
IFillFormat() → IFillFormat | Returns the fill format object for the overlay |
IFillFormat() → IFillFormat | |
IBaseSlide() → IBaseSlide | Gets or sets the slide that contains this overlay |
IBaseSlide() → IBaseSlide | |
IPresentationComponent() → IPresentationComponent | Returns the presentation component associated with the overlay |
IImageTransformOperation() → IImageTransformOperation | Returns 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. |