Picture
Resumo geral
Picture é uma classe em Aspose.Slides FOSS para C++.
Representa uma imagem numa apresentação.
Métodos de avaliação
| 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. |