Class Word2003XmlConverter
java.lang.Object
org.docx4j.convert.in.word2003xml.Word2003XmlConverter
public class Word2003XmlConverter
extends java.lang.Object
This is a simple proof of concept of
converting Word 2003 XML to ECMA 376 docx.
- Since:
- 3.0.0
- Author:
- jharrop
-
Constructor Summary
Constructors Constructor Description Word2003XmlConverter(javax.xml.transform.Source source) -
Method Summary
Modifier and Type Method Description WordprocessingMLPackagegetWordprocessingMLPackage()Get the new docx.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Word2003XmlConverter
public Word2003XmlConverter(javax.xml.transform.Source source) throws jakarta.xml.bind.JAXBException, Docx4JException- Throws:
jakarta.xml.bind.JAXBExceptionDocx4JException
-
-
Method Details
-
getWordprocessingMLPackage
Get the new docx. Will be made public if/when this code is mature enough.- Returns:
-