Uses of Class
org.apache.poi.EncryptedDocumentException

Packages that use EncryptedDocumentException
org.apache.poi.hslf.exceptions   
org.apache.poi.sl.usermodel   
org.apache.poi.ss.usermodel   
 

Uses of EncryptedDocumentException in org.apache.poi.hslf.exceptions
 

Subclasses of EncryptedDocumentException in org.apache.poi.hslf.exceptions
 class EncryptedPowerPointFileException
          This exception is thrown when we try to open a PowerPoint file, and discover that it is encrypted
 

Uses of EncryptedDocumentException in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that throw EncryptedDocumentException
static SlideShow<?,?> SlideShowFactory.create(java.io.File file)
          Creates the appropriate HSLFSlideShow / XMLSlideShow 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 / XMLSlideShow from the given File, which must exist and be readable, and may be password protected
static SlideShow<?,?> SlideShowFactory.create(java.io.File file, java.lang.String password, boolean readOnly)
          Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protected
static SlideShow<?,?> SlideShowFactory.create(java.io.InputStream inp)
          Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream.
static SlideShow<?,?> SlideShowFactory.create(java.io.InputStream inp, java.lang.String password)
          Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream, which may be password protected.
protected static SlideShow<?,?> SlideShowFactory.createHSLFSlideShow(java.lang.Object... args)
           
protected static SlideShow<?,?> SlideShowFactory.createSlideShow(java.lang.String factoryClass, java.lang.Object[] args)
           
protected static SlideShow<?,?> SlideShowFactory.createXSLFSlideShow(java.lang.Object... args)
           
 

Uses of EncryptedDocumentException in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that throw EncryptedDocumentException
static Workbook WorkbookFactory.create(java.io.File file)
          Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable.
static Workbook WorkbookFactory.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 protected
static Workbook WorkbookFactory.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 protected
static Workbook WorkbookFactory.create(java.io.InputStream inp)
          Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream.
static Workbook WorkbookFactory.create(java.io.InputStream inp, java.lang.String password)
          Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream, which may be password protected.
 



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