PictureFillFormat
General
PictureFillFormat és una classe en Aspose.Slides FOSS per a C++.
Representa un emplenament d’imatge dins d"un format de ompliment.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
PictureFillMode | PictureFillMode | Read | Property gets or sets the picture fill mode |
Picture | Picture | Read | Property gets or sets the associated Picture object |
RectangleAlignment | RectangleAlignment | Read | Property gets or sets the rectangle alignment |
TileFlip | TileFlip | Read | Property gets or sets the tile flip mode |
PPImage | PPImage | Read | Property gets the PPImage representation of the picture |
Mètodes
| Signature | Description |
|---|---|
PictureFillMode() → PictureFillMode | Property gets or sets the picture fill mode |
Picture() → Picture | Property gets or sets the associated Picture object |
Picture() → Picture | |
RectangleAlignment() → RectangleAlignment | Property gets or sets the rectangle alignment |
TileFlip() → TileFlip | Property gets or sets the tile flip mode |
PPImage() → PPImage | Property gets the PPImage representation of the picture |
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. |