How to programmatically change the notes layout of a PPT Slide?
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.