Uses of Class
org.apache.poi.EncryptedDocumentException
-
Packages that use EncryptedDocumentException Package Description org.apache.poi.sl.usermodel org.apache.poi.ss.usermodel -
-
Uses of EncryptedDocumentException in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that throw EncryptedDocumentException Modifier and Type Method Description static SlideShow<?,?>SlideShowFactory. create(java.io.File file)Creates the appropriate HSLFSlideShow / XSLFSlideShow from the given File, which must exist and be readable.static SlideShow<?,?>SlideShowFactory. create(java.io.File file, java.lang.String password)Creates the appropriate HSLFSlideShow / XSLFSlideShow from the given File, which must exist and be readable, and may be password protectedstatic SlideShow<?,?>SlideShowFactory. create(java.io.File file, java.lang.String password, boolean readOnly)Creates the appropriate HSLFSlideShow / XSLFSlideShow from the given File, which must exist and be readable, and may be password protectedstatic SlideShow<?,?>SlideShowFactory. create(java.io.InputStream inp)Creates the appropriate HSLFSlideShow / XSLFSlideShow from the given InputStream.static SlideShow<?,?>SlideShowFactory. create(java.io.InputStream inp, java.lang.String password)Creates the appropriate HSLFSlideShow / XSLFSlideShow from the given InputStream, which may be password protected. -
Uses of EncryptedDocumentException in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that throw EncryptedDocumentException Modifier and Type Method Description static WorkbookWorkbookFactory. create(java.io.File file)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable.static WorkbookWorkbookFactory. create(java.io.File file, java.lang.String password)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable, and may be password protectedstatic WorkbookWorkbookFactory. create(java.io.File file, java.lang.String password, boolean readOnly)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable, and may be password protectedstatic WorkbookWorkbookFactory. create(java.io.InputStream inp)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream.static WorkbookWorkbookFactory. create(java.io.InputStream inp, java.lang.String password)Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream, which may be password protected.
-