NotesSlideManager

NotesSlideManager

概述

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

管理与演示片相关的笔记幻灯片.Lazily在第一次访问时从OPC关系中加载笔記幻燈片.

本类提供6种方法,用于在C++程序中与NotesSlideManager对象工作. 有的方法包括: NotesSlideManager, add_notes_slide, init_internal, notes_slide, remove_notes_slide. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 特性: NotesSlideManager.

属性

名称:类型Access描述情况
NotesSlideManagerNotesSlideManager阅读获取 notes slide manager。.

方法

Signature描述情况
NotesSlideManager()NotesSlideManager使用主幻灯片指针构建.
NotesSlideManager()使用主幻灯片指针构建.
init_internal(slide: ISlide, package: Internal::opc::OpcPackage, slide_part: Internal::pptx::SlidePart)内部初始化与OPC包文本.
notes_slide()INotesSlide返回注册表,或者如果没有的话为nullptr.只读取.
add_notes_slide()INotesSlide创建并返回一个新的笔记幻灯片.如果已经存在,则返还它.
remove_notes_slide()如果有,则删除笔记幻灯片.

查看更多

 中文