LayoutSlide

概述

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

代表一个布局幻灯片.

本类提供了12种方法,用于在C++程序中与LayoutSlide对象工作. 有的方法包括: IMasterSlide, LayoutSlide, ShapeCollection, SlideLayoutType, init_internal, layout_type, master_slide, set_layout_type, set_master_slide, shapes. 在安装了Aspose.Slides FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 特性: IMasterSlide, ShapeCollection, SlideLayoutType.

属性

名称:类型Access描述情况
SlideLayoutTypeSlideLayoutType阅读获取幻灯片布局类型。.
IMasterSlideIMasterSlide阅读获取 i master slide。.
ShapeCollectionShapeCollection阅读获取形状集合。.

方法

Signature描述情况
SlideLayoutType()SlideLayoutType返回幻灯片的布局类型列表
IMasterSlide()IMasterSlide返回定义该布局的主幻灯片
ShapeCollection()ShapeCollection返回布局幻灯片上的图形集合.
ShapeCollection()ShapeCollection
LayoutSlide()构建属于给定的演示的布局幻灯片.
init_internal(presentation: Presentation, package: Internal::opc::OpcPackage, part_name: std::string, layout_part: Internal::pptx::LayoutSlidePart, master_resolver: MasterResolver)从OPC包数据进行内部初始化.将布局幻灯片链接到其OCP部分和主解析器,以便属性访问者可以委托给底层XML数据.
layout_type()SlideLayoutType返回布局类型.只读取.
set_layout_type(value: SlideLayoutType)设置布局类型。.
master_slide()IMasterSlide返回主幻灯片.阅读/写作.
set_master_slide(value: IMasterSlide)设置父母版幻灯片。.
shapes()ShapeCollection返回图形集合.
shapes()ShapeCollection返回图形集合.

查看更多

 中文