Good Morning.
I'm new in docx4j.
I w'd like to know, how i open a docx that contains a smartArt.
I've tryed:
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(new java.io.File("...."));
So what i have to do next ?
How can i open and acess the hierarchy texts ?
Thanks...