'How to remove "Click here to enter text" for empty contents in docx4j

I am using docx4j 3.1.0 to convert data from xml into word. If there's no content (null) in one field, then it will generate "Click here to enter text" in the exported file. How can I get rid of it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source