I'm really interrested te see TraverseFind in action.
But where is the checkbox.docx file ?
- Code: Select all
public static void main(String[] args) throws Exception {
String inputfilepath = System.getProperty("user.dir") + "/checkbox.docx";
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(new java.io.File(inputfilepath));
I do not see it in the master branch ?