LayoutSlide
General
LayoutSlide és una classe en Aspose.Slides FOSS per a C++.
Representa una diapositiva de disseny.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
SlideLayoutType | SlideLayoutType | Read | Property provides the slide layout type of the layout slide |
IMasterSlide | IMasterSlide | Read | Property gives access to the master slide associated with this layout |
ShapeCollection | ShapeCollection | Read | Property provides the shape collection belonging to the layout slide |
Mètodes
| Signature | Description |
|---|---|
SlideLayoutType() → SlideLayoutType | Property provides the slide layout type of the layout slide |
IMasterSlide() → IMasterSlide | Property gives access to the master slide associated with this layout |
ShapeCollection() → ShapeCollection | Property provides the shape collection belonging to 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. |