Team,
I am using Aspose latest version for document conversion. I am trying to create round rectangle shape using below api.
Shape shape = new Shape(doc, ShapeType.ROUND_RECTANGLE);
shape.setWrapType(WrapType.NONE);
s…...Need help in drawing Shapes in MSWord Aspose.Words Product Family...