Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Thu Dec 25, 2014 3:40 am

In "Summary of Spire.Presentation functions", I found that Spire.Presentation supports to flip a shape. However, I just can't find any method to do that. anyone can help?

I insert a shape as following:
Code: Select all
IAutoShape shape = CurPresentation.Slides[1].Shapes.AppendShape(ShapeType.BentUpArrow, new RectangleF(posX, posY, w, h));shape.ShapeStyle.LineColor.Color = Color.Black;shape.Rotation = 45;

xchangcheng
 
Posts: 7
Joined: Mon Dec 22, 2014 6:37 am

Thu Dec 25, 2014 6:46 am

Hello Changcheng,

Thanks for your interest in our Spire.Presentation.
Sorry that at present the feature has not been supported. But we have added it as new feature into our schedule. Once it is supported, we will inform you immediately.

Best Regards,
Amy
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.Presentation

cron