jar

org.wordinator : wordinator

Maven & Gradle

Dec 18, 2022
38 stars

org.wordinator:wordinator · Simplifies the creation of DOCX files from XML, HTML, or similar sources through the use of an intermediate XML format, Simple Word Processing XML (SWPX) that can be generated from HTML, arbitrary XML, JSON, etc.

Table Of Contents

Latest Version

Download org.wordinator : wordinator JAR file - Latest Versions:

All Versions

Download org.wordinator : wordinator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wordinator-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.wordinator.xml2docx

├─ org.wordinator.xml2docx.MakeDocx.class - [JAR]

org.wordinator.xml2docx.generator

├─ org.wordinator.xml2docx.generator.DocxConstants.class - [JAR]

├─ org.wordinator.xml2docx.generator.DocxGeneratingOutputUriResolver.class - [JAR]

├─ org.wordinator.xml2docx.generator.DocxGenerationException.class - [JAR]

├─ org.wordinator.xml2docx.generator.DocxGenerator.class - [JAR]

├─ org.wordinator.xml2docx.generator.Measurement.class - [JAR]

├─ org.wordinator.xml2docx.generator.MeasurementException.class - [JAR]

├─ org.wordinator.xml2docx.generator.RowSpanManager.class - [JAR]

├─ org.wordinator.xml2docx.generator.TableColumnDefinition.class - [JAR]

├─ org.wordinator.xml2docx.generator.TableColumnDefinitions.class - [JAR]

├─ org.wordinator.xml2docx.generator.UnrecognizedUnitException.class - [JAR]

org.wordinator.xml2docx.saxon

├─ org.wordinator.xml2docx.saxon.Log4jSaxonLogger.class - [JAR]

├─ org.wordinator.xml2docx.saxon.LoggingMessageListener.class - [JAR]

org.wordinator.xml2docx.xwpf.model

├─ org.wordinator.xml2docx.xwpf.model.XWPFHeaderFooterPolicy.class - [JAR]

Advertisement