Class SlideShowRecordDumper


  • public final class SlideShowRecordDumper
    extends Object
    This class provides a way to view the contents of a powerpoint file. It will use the recored layer to grok the contents of the file, and will print out what it finds.
    • Constructor Detail

      • SlideShowRecordDumper

        public SlideShowRecordDumper​(PrintStream ps,
                                     String fileName,
                                     boolean verbose,
                                     boolean escher)
                              throws IOException
        Constructs a Powerpoint dump from fileName. Parses the document and dumps out the contents
        Parameters:
        fileName - The name of the file to read.
        Throws:
        IOException - if there is a problem while parsing the document.