Package com.sun.star.presentation

Examples of com.sun.star.presentation.XHandoutMasterSupplier


    /** in impress each documents has one handout page
  */
  static public XDrawPage getHandoutMasterPage( XComponent xComponent )
  {
    XHandoutMasterSupplier aHandoutMasterSupplier =
      (XHandoutMasterSupplier)UnoRuntime.queryInterface(
        XHandoutMasterSupplier.class, xComponent );
    return aHandoutMasterSupplier.getHandoutMasterPage();
  }
View Full Code Here


    /** in impress each documents has one handout page
  */
  static public XDrawPage getHandoutMasterPage( XComponent xComponent )
  {
    XHandoutMasterSupplier aHandoutMasterSupplier =
      (XHandoutMasterSupplier)UnoRuntime.queryInterface(
        XHandoutMasterSupplier.class, xComponent );
    return aHandoutMasterSupplier.getHandoutMasterPage();
  }
View Full Code Here

    /** in impress each documents has one handout page
  */
  static public XDrawPage getHandoutMasterPage( XComponent xComponent )
  {
    XHandoutMasterSupplier aHandoutMasterSupplier =
      (XHandoutMasterSupplier)UnoRuntime.queryInterface(
        XHandoutMasterSupplier.class, xComponent );
    return aHandoutMasterSupplier.getHandoutMasterPage();
  }
View Full Code Here

    /** in impress each documents has one handout page
  */
  static public XDrawPage getHandoutMasterPage( XComponent xComponent )
  {
    XHandoutMasterSupplier aHandoutMasterSupplier =
      (XHandoutMasterSupplier)UnoRuntime.queryInterface(
        XHandoutMasterSupplier.class, xComponent );
    return aHandoutMasterSupplier.getHandoutMasterPage();
  }
View Full Code Here

TOP

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

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.