Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XPresentationSupplier

Base Interface
com::sun::star::uno::XInterface

Description
controls a presentation directly. This supplier will do this.


Known Services which Export this Interface

com::sun::star::presentation::PresentationDocument This is the service provided by a presentation document.

Methods' Summary

getPresentation

Methods' Details

getPresentation
 
com::sun::star::presentation::XPresentation
getPresentation();
Description
Returns
an interface to control a presentation.

Top of Page