Autoshapes in Slides for Java

Hi,

Is it possible to add Autoshapes to PPT now ?

Thanks

You can add autoshape or any other non-group shape using serialization. First serialize the shape into stream using Shape.serialize method, then add this stream into the Slide.getShapes().add() method.

Thanks msfaiz :slight_smile: