get_LayoutSlides()

IPresentation::get_LayoutSlides() method

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

virtual System::SharedPtr<IGlobalLayoutSlideCollection> Aspose::Slides::IPresentation::get_LayoutSlides()=0

Remarks

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

See Also