Picture

概述

Picture 是 C++ 的 FOSS 中的 Aspose.Slides 类.

代表一个图片在演示中.

本类提供了C++程序中使用图像对象的15种方法. 有的方法包括: 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. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

方法

Signature描述情况
init_internal(blip_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart, parent_slide: Slide)内部初始化使用a:blip XML元素.
blip_element()pugi::xml_node返回存储的 blip XML节点.
slide_part()Internal::pptx::SlidePart返回相关的幻灯片部分,或nullptr.
image()IPPImage返回嵌入图像.
set_image(value: IPPImage)设置嵌入的图像。.
link_path_long()std::string返回链接图像的URL.
set_link_path_long(value: std::string)设置链接图像的 URL。.
presentation()IPresentation返回主表达式.
presentation()IPresentation返回主表达式.
slide()IBaseSlide返回主幻灯片.
slide()IBaseSlide返回主幻灯片.
as_i_presentation_component()IPresentationComponent返回为 IPresentationComponent. 这个值是:.
as_i_presentation_component()IPresentationComponent返回为 IPresentationComponent. 这个值是:.
as_i_slide_component()ISlideComponent返回为 ISlideComponent. 这个值是:.
as_i_slide_component()ISlideComponent返回为 ISlideComponent. 这个值是:.

查看更多

 中文