Picture

Overview

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

Represents a picture in a presentation.

This class provides 15 methods for working with Picture objects in C++ programs. Available methods include: as_i_presentation_component, as_i_slide_component, blip_element, image, init_internal, link_path_long, presentation, set_image, set_link_path_long, slide, slide_part. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.

Methods

SignatureDescription
init_internal(blip_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart, parent_slide: Slide)Internal initialization with the a:blip XML element.
blip_element()pugi::xml_nodeReturns the stored blip XML node.
slide_part()Internal::pptx::SlidePartReturns the associated slide part, or nullptr.
image()IPPImageReturns the embedded image.
set_image(value: IPPImage)Sets the embedded image.
link_path_long()std::stringReturns the linked image’s URL.
set_link_path_long(value: std::string)Sets the linked image’s URL.
presentation()IPresentationReturns the parent presentation.
presentation()IPresentationReturns the parent presentation.
slide()IBaseSlideReturns the parent slide.
slide()IBaseSlideReturns the parent slide.
as_i_presentation_component()IPresentationComponentReturns this as IPresentationComponent.
as_i_presentation_component()IPresentationComponentReturns this as IPresentationComponent.
as_i_slide_component()ISlideComponentReturns this as ISlideComponent.
as_i_slide_component()ISlideComponentReturns this as ISlideComponent.

See Also