1
vote
1answer
670 views

How can I open a password protected PPT & PDF

I want to check if a PPT file is passsword protected. I am using Office interops. I found that Presentations.Open function doesn't accept a password as parameter. Is there any other way to check a ...
1
vote
0answers
438 views

How to change the powerpoint view type as Reading view programmatically?

There is a new view type introduced in powerpoint 2010 called as 'Reading View'. I am trying to apply it to a presentation but the PpViewType Enumeration of office interop does not contain any member ...
1
vote
0answers
766 views

Programmatically copy shapes with source formatting (PowerPoint 2007)

I need to be able to copy shapes (chart, table, etc.) programmatically from one slide to another in PowerPoint 2007 keeping their original colors. The source and destination slides are in different ...
0
votes
0answers
259 views

Programmatically insert VBA Macro in PowerPoint 2010 pptm file

We use some macros in PowerPoint to read serverproperties (like ContentTypeProperties) from SharePoint. We are currently aiming to automate to insert of Macros into the PPTM files. We have tried some ...
0
votes
0answers
140 views

How to move cursor in Powerpoint Add-In

I would like to see if there is anyway I can move the cursor in a PowerPoint 2007 Add-in? Basically, I need to be able to move through the presentation text on different slides and insert text. I ...