PictureFillFormat

PictureFillFormat

Overview

PictureFillFormat is a class in Aspose.Slides FOSS for C++.

Represents a picture fill within a fill format.

Properties

NameTypeAccessDescription
PictureFillModePictureFillModeReadProperty gets or sets the picture fill mode
PicturePictureReadProperty gets or sets the Picture object
RectangleAlignmentRectangleAlignmentReadReturns the alignment of the picture within its rectangle
TileFlipTileFlipReadReturns the tile flip setting for the picture fill
PPImagePPImageReadReturns the underlying PPImage representation

Methods

SignatureDescription
PictureFillMode()PictureFillModeProperty gets or sets the picture fill mode
Picture()PictureProperty gets or sets the Picture object
Picture()Picture
RectangleAlignment()RectangleAlignmentReturns the alignment of the picture within its rectangle
TileFlip()TileFlipReturns the tile flip setting for the picture fill
PPImage()PPImageReturns 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_nodeGet the child element.
get_or_create_src_rect()pugi::xml_nodeGet or create the element for crop values.
get_stretch()pugi::xml_nodeGet the child element.
get_or_create_fill_rect()pugi::xml_nodeGet or create the element under .
get_crop_value(attr: std::string_view)floatGet 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)floatGet 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_nodeGet the element, or empty node if absent.
ensure_tile()pugi::xml_nodeGet or create the element, removing if present.
save()Save changes via the save callback.

See Also