interface XPresentationSupplier in module com::sun::star::presentation::

(Global Index)

Syntax

interface XPresentationSupplier : com::sun::star::uno::XInterface ;

Description

controls a presentation directly. This supplier will do this.

Method Summary

getPresentation

Known Services Which Export this Interface

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

Method Details



getPresentation

Syntax

com::sun::star::presentation::XPresentation getPresentation ();

Description

Returns

an interface to control a presentation.
Top of Page