MasterSlide
General
MasterSlide és una classe en Aspose.Slides FOSS per a C++.
Representa una diapositiva principal en una presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
ShapeCollection | ShapeCollection | Read | Property provides access to the master slide’s shape collection |
MasterLayoutSlideCollection | MasterLayoutSlideCollection | Read | Returns the collection of layout slides associated with the master slide |
Mètodes
| Signature | Description |
|---|---|
ShapeCollection() → ShapeCollection | Property provides access to the master slide’s shape collection |
ShapeCollection() → ShapeCollection | |
MasterLayoutSlideCollection() → MasterLayoutSlideCollection | Returns the collection of layout slides associated with the master slide |
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. |