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

NameTypeAccessDescription
PictureFillModePictureFillModeReadProperty gets or sets the picture fill mode
PicturePictureReadProperty gets or sets the associated Picture object
RectangleAlignmentRectangleAlignmentReadProperty gets or sets the rectangle alignment
TileFlipTileFlipReadProperty gets or sets the tile flip mode
PPImagePPImageReadProperty gets the PPImage representation of the picture

Mètodes

SignatureDescription
PictureFillMode()PictureFillModeProperty gets or sets the picture fill mode
Picture()PictureProperty gets or sets the associated Picture object
Picture()Picture
RectangleAlignment()RectangleAlignmentProperty gets or sets the rectangle alignment
TileFlip()TileFlipProperty gets or sets the tile flip mode
PPImage()PPImageProperty 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_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.
 Català