Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XCustomPresentationSupplier

Base Interface
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


Known Services which Export this Interface

com::sun::star::presentation::PresentationDocument This is the service provided by a presentation document.

Methods' Summary

getCustomPresentations

Methods' Details

getCustomPresentations
 
com::sun::star::container::XNameContainer
getCustomPresentations();
Returns
the CustomPresentation .

Top of Page