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

interface XCustomPresentationSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XCustomPresentationSupplier
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