PictureFillFormat
Overview
PictureFillFormat is a class in Aspose.Slides FOSS for C++.
Represents a picture fill within a fill format.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PictureFillMode | PictureFillMode | Read | Property gets or sets the picture fill mode |
Picture | Picture | Read | Property gets or sets the Picture object |
RectangleAlignment | RectangleAlignment | Read | Returns the alignment of the picture within its rectangle |
TileFlip | TileFlip | Read | Returns the tile flip setting for the picture fill |
PPImage | PPImage | Read | Returns the underlying PPImage representation |
Methods
| Signature | Description |
|---|---|
PictureFillMode() → PictureFillMode | Property gets or sets the picture fill mode |
Picture() → Picture | Property gets or sets the Picture object |
Picture() → Picture | |
RectangleAlignment() → RectangleAlignment | Returns the alignment of the picture within its rectangle |
TileFlip() → TileFlip | Returns the tile flip setting for the picture fill |
PPImage() → PPImage | Returns the underlying PPImage representation |
init_internal(blip_fill_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize XML-backed picture fill format. |
get_blip() → pugi::xml_node | Get the child element. |
get_or_create_src_rect() → pugi::xml_node | Get or create the element for crop values. |
get_stretch() → pugi::xml_node | Get the child element. |
get_or_create_fill_rect() → pugi::xml_node | Get or create the element under . |
get_crop_value(attr: std::string_view) → float | Get a crop value from . |
set_crop_value(attr: std::string_view, value: float) | Set a crop value on . |
get_stretch_offset(attr: std::string_view) → float | Get a stretch offset value from under . |
set_stretch_offset(attr: std::string_view, value: float) | Set a stretch offset value on under . |
get_tile() → pugi::xml_node | Get the element, or empty node if absent. |
ensure_tile() → pugi::xml_node | Get or create the element, removing if present. |
save() | Save changes via the save callback. |