Skip to main content
All docs
V25.2
  • SlideLayoutCollection.GetOrCreate(SlideLayoutType) Method

    Returns a slide layout with the specified type. If a slide layout with the specified type does not exist, it is created.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public SlideLayout GetOrCreate(
        SlideLayoutType type
    )

    Parameters

    Name Type Description
    type SlideLayoutType

    The slide layout type.

    Returns

    Type Description
    SlideLayout

    A slide layout with the specified type.

    See Also