LayoutSlide
Overview
LayoutSlide is a class in Aspose.Slides FOSS for C++.
Represents a layout slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SlideLayoutType | SlideLayoutType | Read | Returns the slide’s layout type enumeration |
IMasterSlide | IMasterSlide | Read | Returns the master slide that defines this layout |
ShapeCollection | ShapeCollection | Read | Returns the collection of shapes on the layout slide |
Methods
| Signature | Description |
|---|---|
SlideLayoutType() → SlideLayoutType | Returns the slide’s layout type enumeration |
IMasterSlide() → IMasterSlide | Returns the master slide that defines this layout |
ShapeCollection() → ShapeCollection | Returns the collection of shapes on the layout slide |
ShapeCollection() → ShapeCollection | |
init_internal(presentation: Presentation, package: Internal::opc::OpcPackage, part_name: std::string, layout_part: Internal::pptx::LayoutSlidePart, master_resolver: MasterResolver) | Internal initialization from OPC package data. Links the layout slide to its OPC part and master resolver so that property accessors can delegate to the underlying XML data. |