LayoutSlide

Overview

LayoutSlide is a class in Aspose.Slides FOSS for C++.

Represents a layout slide.

Properties

NameTypeAccessDescription
SlideLayoutTypeSlideLayoutTypeReadReturns the slide’s layout type enumeration
IMasterSlideIMasterSlideReadReturns the master slide that defines this layout
ShapeCollectionShapeCollectionReadReturns the collection of shapes on the layout slide

Methods

SignatureDescription
SlideLayoutType()SlideLayoutTypeReturns the slide’s layout type enumeration
IMasterSlide()IMasterSlideReturns the master slide that defines this layout
ShapeCollection()ShapeCollectionReturns 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.

See Also