Hi,
Looking at https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2010/cc797752(v=office.14)
There are two optional attributes on shape object in word.
- spid (Optional String)
- spt (Optional Number)
Is there any way to set these attribute throw aspose.words Java API?
Can we use Shape.setShapeAttr (int key,Object value) API for this? If so, what is the key value to be passed?
-Satya