Package com.sun.star.document

Examples of com.sun.star.document.XDocumentInfo


      try
      {
         XDocumentInfoSupplier xDocumentInfoSupplier =
                  (XDocumentInfoSupplier) UnoRuntime.queryInterface(XDocumentInfoSupplier.class, xComponent);
         XDocumentInfo xDocumentInfo = xDocumentInfoSupplier.getDocumentInfo();

         xDocumentInfo.setUserFieldName((short) 0, "eXoRemoteFileName");
         xDocumentInfo.setUserFieldValue((short) 0, remoteUrl);

         // XStorable xStorable = (XStorable)UnoRuntime.queryInterface(
         // XStorable.class, xComponent);
         // xStorable.store();
View Full Code Here

TOP

Related Classes of com.sun.star.document.XDocumentInfo

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.