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
Parameters
| Name | Type | Description |
|---|---|---|
| type | SlideLayoutType | The slide layout type. |
Returns
| Type | Description |
|---|---|
| SlideLayout | A slide layout with the specified type. |
See Also