GetByType()

ILayoutSlideCollection::GetByType(SlideLayoutType) method

Returns the first layout slide of specified type.

virtual System::SharedPtr<ILayoutSlide> Aspose::Slides::ILayoutSlideCollection::GetByType(SlideLayoutType type)=0

Arguments

ParameterTypeDescription
typeSlideLayoutTypeA type of layout slide to find.

Return Value

ILayoutSlide with specified type or null if no layouts found.

See Also