Class HSLFSlideShowFactory

java.lang.Object
org.apache.poi.sl.usermodel.SlideShowFactory
org.apache.poi.hslf.usermodel.HSLFSlideShowFactory

@Internal public class HSLFSlideShowFactory extends SlideShowFactory
Helper class which is instantiated by reflection from SlideShowFactory.create(java.io.File) and similar
  • Constructor Details

    • HSLFSlideShowFactory

      public HSLFSlideShowFactory()
  • Method Details

    • createSlideShow

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

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

      Throws:
      IOException
    • createSlideShow

      public static HSLFSlideShow createSlideShow(DirectoryNode root) throws IOException
      Creates a HSLFSlideShow from the given DirectoryNode

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

      Throws:
      IOException