interface XCustomPresentationSupplier in module com::sun::star::presentation::

(Global Index)

Syntax

interface XCustomPresentationSupplier : com::sun::star::uno::XInterface ;

Description

must be supported to provide access to customized presentations of a presentation document.

See also

XCustomPresentation

See also

XCustomPresentationAccess

Method Summary

getCustomPresentations

Known Services Which Export this Interface

com::sun::star::presentation::PresentationDocument

Method Details



getCustomPresentations

Syntax

com::sun::star::container::XNameContainer getCustomPresentations ();

Returns

the CustomPresentation .
Top of Page