c# - How to add a shape into a powerpoint layout -
I am trying to lock a shape in PowerPoint by inserting it into the layout. And when I'm doing my stuff, I want to unlock the shape by taking the figure out of the layout.
I can add a shape to the layout from the menu. But there is no way to shape the layout except to implement the "undo" verb.
Another thing is I do not know how to create a program in code.
Note: I use Visual Studio 2013, Powerpoint 2013, C #
I usually record a new macro in this case and do the desired actions in the UI. Then I stop recording and see the code created in VB. Then there is only one mater to translate into C #
Comments
Post a Comment