How do you unhide all the slides and shapes and objects? Thank you.
Hello,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
You can iterate all slides inside the presentation and set its Slide.SlideShowTransition.Hidden property to false to make all slides appear in slide show.