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

interface XPresentationPage
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::container::XElementAccess
    |
    +-::com::sun::star::container::XIndexAccess
       |
       +-::com::sun::star::drawing::XShapes
          |
          +-::com::sun::star::drawing::XDrawPage
             |
             +-XPresentationPage
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