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:
-
Flip Functionality: I tried using
shape.flip("Horizontal")
, but it doesn't seem to work for grouped…
Top comments (0)