PictureFillFormat — Aspose.Slides FOSS C++ API Reference
PictureFillFormat — Represents a picture fill within a fill format.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
PictureFillMode | PictureFillMode | Read | |
Picture | Picture | Read | |
RectangleAlignment | RectangleAlignment | Read | |
TileFlip | TileFlip | Read | |
PPImage | PPImage | Read |
Methods
| Method | Returns | Description |
|---|---|---|
PictureFillMode() | PictureFillMode | |
Picture() | Picture | |
Picture() | Picture | |
RectangleAlignment() | RectangleAlignment | |
TileFlip() | TileFlip | |
PPImage() | PPImage | |
init_internal() | 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() | float | Get a crop value from . |
set_crop_value() | void | Set a crop value on . |
get_stretch_offset() | float | Get a stretch offset value from under . |
set_stretch_offset() | void | 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() | void | Save changes via the save callback. |