Uses of Class
org.apache.poi.hslf.HSLFSlideShow

Packages that use HSLFSlideShow
org.apache.poi.hslf   
org.apache.poi.hslf.extractor   
org.apache.poi.hslf.usermodel   
 

Uses of HSLFSlideShow in org.apache.poi.hslf
 

Methods in org.apache.poi.hslf that return HSLFSlideShow
static HSLFSlideShow HSLFSlideShow.create()
          Constructs a new, empty, Powerpoint document.
 

Methods in org.apache.poi.hslf with parameters of type HSLFSlideShow
static boolean EncryptedSlideShow.checkIfEncrypted(HSLFSlideShow hss)
          Check to see if a HSLFSlideShow represents an encrypted PowerPoint document, or not
static DocumentEncryptionAtom EncryptedSlideShow.fetchDocumentEncryptionAtom(HSLFSlideShow hss)
          Return the DocumentEncryptionAtom for a HSLFSlideShow, or null if there isn't one.
 

Uses of HSLFSlideShow in org.apache.poi.hslf.extractor
 

Constructors in org.apache.poi.hslf.extractor with parameters of type HSLFSlideShow
PowerPointExtractor(HSLFSlideShow ss)
          Creates a PowerPointExtractor, from a HSLFSlideShow
 

Uses of HSLFSlideShow in org.apache.poi.hslf.usermodel
 

Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFSlideShow
SlideShow(HSLFSlideShow hslfSlideShow)
          Constructs a Powerpoint document from the underlying HSLFSlideShow object.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.