LayoutSlide
Overview
LayoutSlide is a class in Aspose.Slides FOSS for C++.
Represents a layout slide.
This class provides 12 methods for working with LayoutSlide objects in C++ programs.
Available methods include: IMasterSlide, LayoutSlide, ShapeCollection, SlideLayoutType, init_internal, layout_type, master_slide, set_layout_type, set_master_slide, shapes.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: IMasterSlide, ShapeCollection, SlideLayoutType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SlideLayoutType | SlideLayoutType | Read | Gets the slide layout type. |
IMasterSlide | IMasterSlide | Read | Gets the i master slide. |
ShapeCollection | ShapeCollection | Read | Gets the shape collection. |
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 | |
LayoutSlide() | Constructs a layout slide belonging to the given presentation. |
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. |
layout_type() → SlideLayoutType | Returns the layout type. Read-only. |
set_layout_type(value: SlideLayoutType) | Sets the layout type. |
master_slide() → IMasterSlide | Returns the parent master slide. Read/write. |
set_master_slide(value: IMasterSlide) | Sets the parent master slide. |
shapes() → ShapeCollection | Returns the collection of shapes. |
shapes() → ShapeCollection | Returns the collection of shapes. |