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

interface XPresentationSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XPresentationSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
controls a presentation directly. This supplier will do this.

Methods' Summary
getPresentation  
Methods' Details
getPresentation
XPresentation
getPresentation();

Description
Returns
an interface to control a presentation.
Top of Page