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
| Name | Type | Access | Description |
|---|---|---|---|
ShapeCollection | ShapeCollection | Read | Gets the shape collection. |
MasterLayoutSlideCollection | MasterLayoutSlideCollection | Read | Gets the master layout slide collection. |
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 | |
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() → ShapeCollection | Returns the collection of shapes on this master slide. |
shapes() → ShapeCollection | Returns the collection of shapes on this master slide. |
layout_slides() → MasterLayoutSlideCollection | Returns the collection of child layout slides for this master slide. Read-only. |
layout_slides() → MasterLayoutSlideCollection | Returns the collection of child layout slides for this master slide. Read-only. |