Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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