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

interface XCustomPresentationSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCustomPresentationSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
must be supported to provide access to customized presentations of a presentation document.
See also
XCustomPresentation
See also
XCustomPresentationAccess
Developers Guide
Methods' Summary
getCustomPresentations  
Methods' Details
getCustomPresentations
::com::sun::star::container::XNameContainer
getCustomPresentations();

Returns
the ::com::sun::star::presentation::CustomPresentation .
Top of Page