MasterSlide

Overview

MasterSlide is a class in Aspose.Slides FOSS for C++.

Represents a master slide in a presentation.

Properties

NameTypeAccessDescription
ShapeCollectionShapeCollectionReadProperty provides access to the master slide’s shape collection
MasterLayoutSlideCollectionMasterLayoutSlideCollectionReadProperty provides access to the collection of layout slides for the master

Methods

SignatureDescription
ShapeCollection()ShapeCollectionProperty provides access to the master slide’s shape collection
ShapeCollection()ShapeCollection
MasterLayoutSlideCollection()MasterLayoutSlideCollectionProperty provides access to the collection of layout slides for the master
MasterLayoutSlideCollection()MasterLayoutSlideCollection
init_internal(presentation: Presentation, package: Internal::opc::OpcPackage, part_name: std::string, master_part: Internal::pptx::MasterSlidePart, layout_slides: std::vector<ILayoutSlide*>)Internal initialization from OPC package data. Links the master slide to its OPC part so that property accessors can delegate to the underlying XML data.

See Also