Hi,
Using Aspose.Words API with Version 14.7.
When calling DrawingML.setScreenTip(java.lang.String) - it not setting “title” attribute on Drawing ML object. Due to this, we are not able to set “title” attribute on DrawingML objects such as image, smart art and chart.
Following the sample XML… we are able to set “descr” attribute… but we can’t set “title” attribute inside wp:docPr tag for DrawingML object such as image, smart art and chart objects.
<w:drawing>
<wp:inline distT="0" distB="0" distL="0" distR="0">
…
<wp:docPr id="1" name="Picture 1" descr="sample test"/>
…
<w:drawing>
“title” attribute is defined for “wp:docPr” tag in Open XML:
https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2010/cc797242(v=office.14)
This seem like an bug.
Can you please let me know if any workaround for this… or can you consider fixing this.
-Satya