Examples of XDocumentInfo


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
Copyright © 2018 www.massapi.com. 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.