Creating autoshapes

Hi,

can you please post some sample codes for creating and using autoshapes using aspose.slides.?

how to use Interface AutoShapeType?

Thanks,

prashanth

It’s not possible to create new AutoShapes yet but you can serialize and restore such shapes.
For example you can create library of autoshapes by serializing them to files and use it later in your applications.

AutiShapeType interface is just set of constants which describe type of AutoShape.
Check AutoShape.getShapeType() function.