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
| Signature | Description |
|---|---|
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_node | Returns the stored blip XML node. |
slide_part() → Internal::pptx::SlidePart | Returns the associated slide part, or nullptr. |
image() → IPPImage | Returns the embedded image. |
set_image(value: IPPImage) | Sets the embedded image. |
link_path_long() → std::string | Returns the linked image’s URL. |
set_link_path_long(value: std::string) | Sets the linked image’s URL. |
presentation() → IPresentation | Returns the parent presentation. |
presentation() → IPresentation | Returns the parent presentation. |
slide() → IBaseSlide | Returns the parent slide. |
slide() → IBaseSlide | Returns the parent slide. |
as_i_presentation_component() → IPresentationComponent | Returns this as IPresentationComponent. |
as_i_presentation_component() → IPresentationComponent | Returns this as IPresentationComponent. |
as_i_slide_component() → ISlideComponent | Returns this as ISlideComponent. |
as_i_slide_component() → ISlideComponent | Returns this as ISlideComponent. |