Package com.CompPad.model

Examples of com.CompPad.model.Document


        // Get xMultiServiceFactory interface for document

        /* initialize the CompPad Document object */
        nResult=0;
        nError=0;
        document = new Document();


        /* get document url, and if it's file:// then strip this and the file name and
         * set that as the document working directory */
        String docURL = ((XModel)UnoRuntime.queryInterface(XModel.class, xTextDocArg)).getURL();
View Full Code Here

TOP

Related Classes of com.CompPad.model.Document

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.