Ungroup shapes in PPT

Hi,


How can we ungroup all the shapes in a slide using aspose for java.

Hi Sushma,


I have observed your comments. I like to inform that each group shape is represented by Aspose.Slides.GroupShape class. It has Shapes collection which contains individual shapes i.e GroupShape.Shapes property. To ungroup them, just serialize individual shapes and remove them from GroupShape.Shapes collection and add them in Slide.Shapes collection.

Best Regards,

Hi Adnan,


Thanks for your inputs. Can you please help with sample code pls.

Hi Sushma,


I have observed your requirements. I have shared a piece of code in a text file with you. I hope you will find it helpful to achieve your requirements.

Best Regards,