Package org.brain.tool

Examples of org.brain.tool.Jacob2Word


    CreateWord context4db = new CreateWord(Integer.parseInt(id));
    fileContext=context4db.getWordContext();
   
    //在服务器端生成word文件
   
    Jacob2Word word = new Jacob2Word();
    word.createNewDocument();
    word.insertText(fileContext);
    word.save(path);
    word.closeDocument();
    response.sendRedirect(downLoadPath);
   
  }
View Full Code Here

TOP

Related Classes of org.brain.tool.Jacob2Word

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.