Back to Devexpress

SlideLayoutCollection.Get(SlideLayoutType) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-slidelayoutcollection-dot-get-x28-devexpress-dot-docs-dot-presentation-dot-slidelayouttype-x29.md

latest1.4 KB
Original Source

SlideLayoutCollection.Get(SlideLayoutType) Method

Returns a slide layout with the specified type.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public SlideLayout Get(
    SlideLayoutType type
)
vb
Public Function Get(
    type As SlideLayoutType
) As SlideLayout

Parameters

NameTypeDescription
typeSlideLayoutType

The slide layout type.

|

Returns

TypeDescription
SlideLayout

A slide layout with the specified type.

|

See Also

SlideLayoutCollection Class

SlideLayoutCollection Members

DevExpress.Docs.Presentation Namespace