Slide

概述

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

代表一个演示中的幻灯片.

本类提供29种方法,用于在C++程序中使用Slide对象. 有的方法包括: ILayoutSlide, INotesSlideManager, ShapeCollection, as_i_presentation_component, as_i_slide_component, get_slide_comments, hidden, init_internal, layout_slide, notes_slide_manager, opc_package, part_name,其他9种方法. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 特性: ILayoutSlide, INotesSlideManager, ShapeCollection.

属性

名称:类型Access描述情况
ShapeCollectionShapeCollection阅读获取形状集合。.
ILayoutSlideILayoutSlide阅读获取 i 布局幻灯片。.
INotesSlideManagerINotesSlideManager阅读获取 i notes 幻灯片管理器。.

方法

Signature描述情况
ShapeCollection()ShapeCollection财产提供了进入滑图的 ShapeCollection
ShapeCollection()ShapeCollection
ILayoutSlide()ILayoutSlide属性提供了访问幻灯片的布局界面.
INotesSlideManager()INotesSlideManager属性提供了访问幻灯片的笔记管理器.
INotesSlideManager()INotesSlideManager
presentation()IPresentation返回主表达式.
presentation()IPresentation返回主表达式.
slide()IBaseSlide返回这个滑动图为基本的滑行图.
slide()IBaseSlide返回这个滑动图为基本的滑行图.
as_i_presentation_component()IPresentationComponent允许获得基本的 IPresentationComponent 接口.
as_i_presentation_component()IPresentationComponent允许获得基本的 IPresentationComponent 接口.
shapes()ShapeCollection返回了这个幻灯片上的图形集合.
shapes()ShapeCollection返回了这个幻灯片上的图形集合.
slide_number()int返回幻灯片的号码.读写.
set_slide_number(value: int)设置幻灯片的编号。.
hidden()bool确定在幻灯片显示过程中是否隐藏了指定幻燈片.阅读/写入.
set_hidden(value: bool)设置幻灯片是否隐藏。.
layout_slide()ILayoutSlide返回当前的图片.读/写.
set_layout_slide(value: ILayoutSlide)为当前幻灯片设置布局幻灯片。.
notes_slide_manager()INotesSlideManager返回笔记幻灯片管理器.只读取.
notes_slide_manager()INotesSlideManager返回笔记幻灯片管理器.只读取.
get_slide_comments(author: CommentAuthor)std::vector<Comment*>返回该幻灯片上的评论,可按作者过.如果作者为nullptr,则返回到这个幻燈片的所有评论.
remove()删除了这个幻灯片.
as_i_slide_component()ISlideComponent返回一个引用为 ISlideComponent.
as_i_slide_component()ISlideComponent返回一个引用为 ISlideComponent.
init_internal(presentation: Presentation, package: Internal::opc::OpcPackage, part_name: std::string_view, slide_ref: SlideReference, slide_part: Internal::pptx::SlidePart, layout_resolver: LayoutResolver)内部初始化从OPC数据包.
part_name()std::string返回此幻灯片的OPC部分名称,如果没有OCP加载的话则空.
opc_package()Internal::opc::OpcPackage如果未载入 OPC,则返回 OCP 包或 nullptr.
slide_part()Internal::pptx::SlidePart如果没有OPC加载,则返回SlidePart或nullptr.

查看更多

 中文