问题
I am trying to set text/images to content controls in a docx. BindingHandler.applyBindings seems to apply the bindings to the main doc part. I can see the value being changed on debug. But when I save it using WordprocessingMLPackage.save or Docx4J.save, I dont see the newly bound text/image in the output document. What could possibly be the reason?
来源:https://stackoverflow.com/questions/22869070/wordprocessingmlpackage-save-not-saving-bindings-docx4j