MasterSlide

Overview

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

Represents a master slide in a presentation.

This class provides 10 methods for working with MasterSlide objects in C++ programs. Available methods include: MasterLayoutSlideCollection, MasterSlide, ShapeCollection, init_internal, layout_slides, shapes. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package. Properties: MasterLayoutSlideCollection, ShapeCollection.

Properties

NameTypeAccessDescription
ShapeCollectionShapeCollectionReadGets the shape collection.
MasterLayoutSlideCollectionMasterLayoutSlideCollectionReadGets the master layout slide collection.

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
MasterSlide()
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.
shapes()ShapeCollectionReturns the collection of shapes on this master slide.
shapes()ShapeCollectionReturns the collection of shapes on this master slide.
layout_slides()MasterLayoutSlideCollectionReturns the collection of child layout slides for this master slide. Read-only.
layout_slides()MasterLayoutSlideCollectionReturns the collection of child layout slides for this master slide. Read-only.

See Also