get_LayoutSlides()

Presentation::get_LayoutSlides() method

Returns a list of all layout slides that are defined in the presentation. Read-only IGlobalLayoutSlideCollection.

System::SharedPtr<IGlobalLayoutSlideCollection> Aspose::Slides::Presentation::get_LayoutSlides() override

Remarks

You can access to alternative API for adding/inserting/removing/cloning layout slides by using IMasterSlide::get_LayoutSlides property.

See Also