Uses of Class
org.apache.poi.hslf.usermodel.HSLFSlideShowImpl
-
Packages that use HSLFSlideShowImpl Package Description org.apache.poi.hslf.extractor org.apache.poi.hslf.usermodel -
-
Uses of HSLFSlideShowImpl in org.apache.poi.hslf.extractor
Constructors in org.apache.poi.hslf.extractor with parameters of type HSLFSlideShowImpl Constructor Description PowerPointExtractor(HSLFSlideShowImpl ss)
Deprecated.Creates a PowerPointExtractor, from a HSLFSlideShow -
Uses of HSLFSlideShowImpl in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFSlideShowImpl Modifier and Type Method Description static HSLFSlideShowImpl
HSLFSlideShowImpl. create()
Constructs a new, empty, Powerpoint document.HSLFSlideShowImpl
HSLFSlideShow. getSlideShowImpl()
Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFSlideShowImpl Constructor Description HSLFSlideShow(HSLFSlideShowImpl hslfSlideShow)
Constructs a Powerpoint document from the underlying HSLFSlideShow object.
-