Package com.sun.star.presentation

Examples of com.sun.star.presentation.XPresentationPage


    /** in impress documents each normal draw page has a corresponding notes page
  */
  static public XDrawPage getNotesPage( XDrawPage xDrawPage )
  {
    XPresentationPage aPresentationPage =
      (XPresentationPage)UnoRuntime.queryInterface(
        XPresentationPage.class, xDrawPage );
    return aPresentationPage.getNotesPage();
  }
View Full Code Here


    /** in impress documents each normal draw page has a corresponding notes page
  */
  static public XDrawPage getNotesPage( XDrawPage xDrawPage )
  {
    XPresentationPage aPresentationPage =
      (XPresentationPage)UnoRuntime.queryInterface(
        XPresentationPage.class, xDrawPage );
    return aPresentationPage.getNotesPage();
  }
View Full Code Here

TOP

Related Classes of com.sun.star.presentation.XPresentationPage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.