DEV Community

eloustahm
eloustahm

Posted on

How to Rotate or Flip Grouped Shapes in PowerPoint using Office.js?

Here’s a description you can use for your Stack Overflow post:

Description:

I'm working on a PowerPoint add-in using Office.js and need to flip or rotate grouped shapes horizontally. However, I'm encountering some issues:

  1. Flip Functionality: I tried using shape.flip("Horizontal"), but it doesn't seem to work for grouped…

Top comments (0)