Skip to main content

ISlideLayoutCollection Interface

Defines methods and properties for managing a collection of slide layout objects.

Declaration

public interface ISlideLayoutCollection extends ILimitedPresentationObjectCollection<SlideLayout>

Implements

com.devexpress.docs.presentation.ILimitedPresentationObjectCollection<com.devexpress.docs.presentation.SlideLayout>

Methods

get(SlideLayoutType type) Method

Returns a slide layout of the specified type.

Declaration

public abstract SlideLayout get(SlideLayoutType type)

Parameters

Name Type Description
type SlideLayoutType

The layout type to locate.

Returns

Type Description
SlideLayout

A slide layout of the specified type, if found.

getOrCreate(SlideLayoutType type) Method

Returns a slide layout of the specified type. Creates the layout if it does not exist.

Declaration

public abstract SlideLayout getOrCreate(SlideLayoutType type)

Parameters

Name Type Description
type SlideLayoutType

The layout type to locate or create.

Returns

Type Description
SlideLayout

A slide layout of the specified type.