Package org.docx4j.convert.out.html.AbstractHtmlExporter

Examples of org.docx4j.convert.out.html.AbstractHtmlExporter.HtmlSettings


    // HTML exporter setup
    AbstractHtmlExporter exporter = new HtmlExporterNG2();

    // .. the HtmlSettings object
      HtmlSettings htmlSettings = new HtmlSettings();

      htmlSettings.setImageDirPath(inputfilepath + "_files");
      htmlSettings.setImageTargetUri(inputfilepath.substring(inputfilepath.lastIndexOf("/")+1)
          + "_files");
     
//      htmlSettings.setUserBodyTop("<H1>TOP!</H1>");
//      htmlSettings.setUserBodyTail("<H1>TAIL!</H1>");
   
View Full Code Here

TOP

Related Classes of org.docx4j.convert.out.html.AbstractHtmlExporter.HtmlSettings

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.