How to programmatically change the notes layout of a PPT Slide?

D

DMoore

I am attempting to write an application which will resolve an issue we have
noticed with a population of PPT files. When using the Notes View, certain
pages do not display the slide, or notes placeholders. This can be manually
fixed by right clicking on the page and going into the Notes Layout and
checking the Slide Image and Body checkboxes but I would like to access these
attributes programmatically if possible to automate the process due to the
number of files affected.

I have been able to identify the pages where this issue is present by
checking the objSlide.NotesPage.shapes.placeholders.count attribute which is
0, but I havn't found a method or attribute which will allow me to reactivate
the placeholders.

Thanks,
David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top