LayoutSlideCollectionGetByType Method

Returns the first layout slide of specified type. A type of layout slide to find.

Return Value

Type: ILayoutSlide
LayoutSlide with specified type or null if no layouts found.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public ILayoutSlide GetByType(
	SlideLayoutType type
)

Parameters

type
Type: Aspose.SlidesSlideLayoutType

Return Value

Type: ILayoutSlide

Implements

ILayoutSlideCollectionGetByType(SlideLayoutType)
See Also