Page 1 of 1

[WORD] - Sample - TraverseFind - where is checkbox.docx ?

PostPosted: Thu Feb 13, 2014 9:04 pm
by marcel_cap
Hello,

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 ?

Re: [WORD] - Sample - TraverseFind - where is checkbox.docx

PostPosted: Fri Feb 14, 2014 6:54 am
by jason
Its just the input docx; substitute your own.