Class AltChunkAddOfTypeHtml

java.lang.Object
org.docx4j.samples.AltChunkAddOfTypeHtml

public class AltChunkAddOfTypeHtml extends Object
Add HTML, in a way that leaves it up to downstream application (eg Word) to convert the content to docx content. Unless you really want the HTML converted by Word, consider converting your HTML to well-formed XHTML, then using docx4j's XHTMLImporter instead.
  • Constructor Details

    • AltChunkAddOfTypeHtml

      public AltChunkAddOfTypeHtml()
  • Method Details