Package com.sun.star.comp.beans

Examples of com.sun.star.comp.beans.OOoBean2


      System.out.println("alegria 23");
     
      try {
        officeConnection.setUnoUrl(URI);
        aBean = new OOoBean2(officeConnection);
       
        System.out.println("connection test: " + aBean.isOOoConnected());
       
        // setting some UI preferences
          aBean.setEnabled(true);
View Full Code Here

TOP

Related Classes of com.sun.star.comp.beans.OOoBean2

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.