MasterSlide

Overview

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

代表一个主幻灯片在演示中.

本类提供了10种方法,用于在C++程序中使用MasterSlide对象. 有的方法包括: MasterLayoutSlideCollection, MasterSlide, ShapeCollection, init_internal, layout_slides, shapes. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 特性: MasterLayoutSlideCollection, ShapeCollection.

Properties

NameTypeAccessDescription
ShapeCollectionShapeCollectionRead得到了形状的收藏.
MasterLayoutSlideCollectionMasterLayoutSlideCollectionRead获得主图片系列.

Methods

SignatureDescription
ShapeCollection()ShapeCollection属性提供了主幻灯片的形状集合访问
ShapeCollection()ShapeCollection
MasterLayoutSlideCollection()MasterLayoutSlideCollection属性提供了主机的布局幻灯片集合访问权限.
MasterLayoutSlideCollection()MasterLayoutSlideCollection
MasterSlide()
init_internal(presentation: Presentation, package: Internal::opc::OpcPackage, part_name: std::string, master_part: Internal::pptx::MasterSlidePart, layout_slides: std::vector<ILayoutSlide*>)从OPC包数据进行内部初始化.将主幻灯片链接到其OCP部分,以便属性访问者可以委托给底层XML数据.
shapes()ShapeCollection返回主幻灯片上的图形集合.
shapes()ShapeCollection返回主幻灯片上的图形集合.
layout_slides()MasterLayoutSlideCollection返回本主幻灯片的儿童布局图集.只读取.
layout_slides()MasterLayoutSlideCollection返回本主幻灯片的儿童布局图集.只读取.

See Also

 中文