Class HSLFSlideShowFactory

    • Constructor Detail

      • HSLFSlideShowFactory

        public HSLFSlideShowFactory()
    • Method Detail

      • createSlideShow

        public static HSLFSlideShow createSlideShow​(POIFSFileSystem fs)
                                             throws java.io.IOException
        Creates a HSLFSlideShow from the given NPOIFSFileSystem

        Note that in order to properly release resources the SlideShow should be closed after use.

        Throws:
        java.io.IOException
      • createSlideShow

        public static HSLFSlideShow createSlideShow​(DirectoryNode root)
                                             throws java.io.IOException
        Creates a HSLFSlideShow from the given DirectoryNode

        Note that in order to properly release resources the SlideShow should be closed after use.

        Throws:
        java.io.IOException