MasterSlide
Overview
MasterSlide is a class in Aspose.Slides FOSS for C++.
Represents a master slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ShapeCollection | ShapeCollection | Read | Property provides access to the master slide’s shape collection |
MasterLayoutSlideCollection | MasterLayoutSlideCollection | Read | Property provides access to the collection of layout slides for the master |
Methods
| Signature | Description |
|---|---|
ShapeCollection() → ShapeCollection | Property provides access to the master slide’s shape collection |
ShapeCollection() → ShapeCollection | |
MasterLayoutSlideCollection() → MasterLayoutSlideCollection | Property 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. |