FillOverlay
Vue de l’ensemble
‘FillOverlay’ est une classe dans Aspose.Slides FOSS pour C++.
Un surploi de remplissage spécifie un supplément de la rempli pour un objet et mélange les deux remboursements en utilisant le mode de mixte sélectionné.
Cette classe fournit 19 méthodes pour travailler avec des objets FillOverlay dans les programmes C++. Les méthodologies disponibles comprennent: FillBlendMode, Save et 3 méthodies supplémentaires. Tous les membres publics sont accessibles à toute application C ++ après l’installation de l’Aspose.Slides FOSS pour le package C+. Propriétés : Philosophype , IpresentationComponent ; as_i_image_transform_operation; a_is_presentation_componente : ‘blend` .
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
FillBlendMode | FillBlendMode | Read | Gets the fill blend mode. |
IFillFormat | IFillFormat | Read | Gets the i fill format. |
IBaseSlide | IBaseSlide | Read | Gets the i base slide. |
IPresentationComponent | IPresentationComponent | Read | Gets the i presentation component. |
IImageTransformOperation | IImageTransformOperation | Read | Gets the i image transform operation. |
méthodes
| 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 |
FillOverlay() | |
~FillOverlay() | |
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. |
blend() → FillBlendMode | Returns the fill blend mode. Defaults to OVERLAY. |
set_blend(value: FillBlendMode) | Sets the fill blend mode. |
fill_format() → IFillFormat | Returns the fill format associated with this overlay. Read-only. |
fill_format() → IFillFormat | Returns the fill format associated with this overlay. Read-only. |
slide() → IBaseSlide | Initialize from an XML element (e.g., ) with a persistence callback. |
slide() → IBaseSlide | Initialize from an XML element (e.g., ) with a persistence callback. |
as_i_presentation_component() → IPresentationComponent | Returns this object as IPresentationComponent, or nullptr. Note: PVIObject base returns this, but standalone FillOverlay objects are not meaningful as IPresentationComponent without a shape hierarchy. Returns nullptr for compatibility with existing call-site expectations. |
as_i_image_transform_operation() → IImageTransformOperation | Returns this object as IImageTransformOperation. |
Voir aussi
- Aspose.Slides - référence API d’entreprise