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

interface XCustomPresentationSupplier
Description
must be supported to provide access to customized presentations of a presentation document.
See also
XCustomPresentation, XCustomPresentationAccess
Developers Guide
Drawings - Custom Slide Show

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

Returns
the CustomPresentation.
Top of Page