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

NameTypeAccessDescription
SlideLayoutTypeSlideLayoutTypeReadGets the slide layout type.
IMasterSlideIMasterSlideReadGets the i master slide.
ShapeCollectionShapeCollectionReadGets the shape collection.

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
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()SlideLayoutTypeReturns the layout type. Read-only.
set_layout_type(value: SlideLayoutType)Sets the layout type.
master_slide()IMasterSlideReturns the parent master slide. Read/write.
set_master_slide(value: IMasterSlide)Sets the parent master slide.
shapes()ShapeCollectionReturns the collection of shapes.
shapes()ShapeCollectionReturns the collection of shapes.

See Also