Processed a docx file which contains image using docx4j. After loading the file I logged document part, I found that "title" attribute is missing inside <wp:docPr> element. Let me know how to handle this. Thanks in advance
Before Docx4j Process:
<wp:docPr id="3" name="Picture 3" title="eps"/>
After Docx
<wp:docPr id="3" name="Picture 3"/>