Module pro.verron.asciidoc.docx


module pro.verron.asciidoc.docx

Converts between AsciiDocModel and Microsoft Word (DOCX) format using Docx4J.

AsciiDocToDocx renders an AsciiDocModel into a WordprocessingMLPackage, while DocxToAsciiDoc extracts an AsciiDocModel from a WordprocessingMLPackage.

Exported Packages

[pro.verron.asciidoc.docx]
Bidirectional DOCX conversion: [DocxToAsciiDoc] implements [Function]<[WordprocessingMLPackage], [AsciiDocModel]> and [AsciiDocToDocx] implements [Function]<[AsciiDocModel], [WordprocessingMLPackage]>.

Requirements

invalid reference
org.docx4j.core
— DOCX reading and writing (transitive)
  • Packages

    Package
    Exported To Modules
    Opened To Modules
    Description
    All Modules
    All Modules
    Bidirectional conversion between AsciiDocModel and Microsoft Word (DOCX) format.