:: 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
9.5.2 Drawing Documents and Presentation Documents - Working with Presentation Documents - Presentation Settings - Custom Slide Show

Methods' Summary
getCustomPresentations  
Methods' Details
getCustomPresentations
::com::sun::star::container::XNameContainer
getCustomPresentations();

Returns
the CustomPresentation .
Top of Page