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

interface XPresentationPage
Base Interfaces
XPresentationPage
┗ ::com::sun::star::drawing::XDrawPage
   ┗ ::com::sun::star::drawing::XShapes
      ┗ ::com::sun::star::container::XIndexAccess
         ┗ ::com::sun::star::container::XElementAccess

::com::sun::star::drawing::XDrawPage
(referenced interface's summary:)
identifies an ::com::sun::star::drawing::XShapes as a ::com::sun::star::drawing::DrawPage.
Description
describes a page from a presentation.
See also
::com::sun::star::drawing::DrawPage

Methods' 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.  
Methods' Details
getNotesPage
::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