Hi Mudassir,
Hi Manivannan,
Thanks for your interest in Aspose.Slides.
I have tried to understand your problem statement and based on my understanding, please use following code snippet to set URL of shape with Fill Format picture.
PresentationEx pres = new PresentationEx(“c:\LinkImage.pptx”);I hope this answers your query.
ShapeEx shp = pres.getSlides().get(0).getShapes().get(0);
shp.getFillFormat().getPictureFillFormat().getPicture().setUrl("… URL… ");
Hi Tahir Manzoor,
Hi Manivannan,
I am sorry to inform you that the requested feature is currently not supported in Aspose.Slides for Java. However, I have logged a new feature request as SLIDESJAVA-28956 in our issue tracking system to support it. You will be notified via this forum thread once this feature is available.
We are sorry for the inconvenience.
The issues you have found earlier (filed as SLIDESJAVA-28956) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.