Uses of Class
org.apache.poi.EncryptedDocumentException
Packages that use EncryptedDocumentException
Package
Description
-
Uses of EncryptedDocumentException in org.apache.poi.hslf.exceptions
Subclasses of EncryptedDocumentException in org.apache.poi.hslf.exceptionsModifier and TypeClassDescriptionfinal class
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 EncryptedDocumentExceptionModifier and TypeMethodDescriptionstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protectedstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> Creates the appropriate HSLFSlideShow / XMLSlideShow from the given File, which must exist and be readable, and may be password protectedstatic <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> SlideShowFactory.create
(InputStream inp) Creates the appropriate HSLFSlideShow / XMLSlideShow from the given InputStream.static <S extends Shape<S,
P>, P extends TextParagraph<S, P, ? extends TextRun>>
SlideShow<S,P> SlideShowFactory.create
(InputStream inp, String password) Creates the appropriate HSLFSlideShow / XMLSlideShow 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 EncryptedDocumentExceptionModifier and TypeMethodDescriptionstatic Workbook
Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable.static Workbook
Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable, and may be password protectedstatic Workbook
Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable, and may be password protectedstatic Workbook
WorkbookFactory.create
(InputStream inp) Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream.static Workbook
WorkbookFactory.create
(InputStream inp, String password) Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream, which may be password protected.