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

(Global Index)

Syntax

interface XPresentationPage : com::sun::star::drawing::XDrawPage ;

Description

describes a page from a presentation.

See also

DrawPage

Method Summary

getNotesPage return the note page from the current page in the presentation, the name for the note page in the user interface note view, and one of the views from a presentation page.

Method Details



getNotesPage

Syntax

com::sun::star::drawing::XDrawPage getNotesPage ();

Description

return the note page from the current page in the presentation, the name for the note page in the user interface note view, and one of the views from a presentation page.

Top of Page