PictureFillFormat

PictureFillFormat — Aspose.Slides FOSS C++ API Reference

PictureFillFormat — Represents a picture fill within a fill format.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
PictureFillModePictureFillModeRead
PicturePictureRead
RectangleAlignmentRectangleAlignmentRead
TileFlipTileFlipRead
PPImagePPImageRead

Methods

MethodReturnsDescription
PictureFillMode()PictureFillMode
Picture()Picture
Picture()Picture
RectangleAlignment()RectangleAlignment
TileFlip()TileFlip
PPImage()PPImage
init_internal()voidInitialize 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()floatGet a crop value from .
set_crop_value()voidSet a crop value on .
get_stretch_offset()floatGet a stretch offset value from under .
set_stretch_offset()voidSet 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()voidSave changes via the save callback.

See Also