Modifier and Type | Class and Description |
---|---|
class |
CellsPreviewHandler
Represents a preview handler intended to work with Excel documents.
|
class |
DiagramPreviewHandler
Represents a preview handler intended to work with Visio documents.
|
class |
DjvuImagePreviewHandler
Represents a preview handler intended to work with Djvu images.
|
class |
GifImagePreviewHandler
Represents a preview handler intended to work with Gif images.
|
class |
ImagePreviewHandler
Represents a preview handler intended to work with images.
|
class |
NotesPreviewHandler
Represents a preview handler intended to work with OneNote documents.
|
class |
PdfPreviewHandler
Represents a preview handler intended to work with Pdf documents.
|
class |
ProtectableDocumentPreviewHandler
Provides an abstract base class for all preview handlers intended to work with password-protected documents.
|
class |
SlidesPreviewHandler
Represents a preview handler intended to work with PowerPoint documents.
|
class |
TiffImagePreviewHandler
Represents a preview handler intended to work with Tiff images.
|
class |
WordsPreviewHandler
Represents a preview handler intended to work with Word documents.
|
Modifier and Type | Method and Description |
---|---|
static <T extends PreviewHandler> |
PreviewFactory.load(InputStream stream,
Class<T> handlerType)
Creates an appropriate preview handler from the specified stream.
|
static <T extends PreviewHandler> |
PreviewFactory.load(InputStream stream,
String password,
Class<T> handlerType)
Creates an appropriate preview handler from the specified stream.
|
static <T extends PreviewHandler> |
PreviewFactory.load(String filePath,
Class<T> handlerType)
Creates an appropriate preview handler from the specified file.
|
static <T extends PreviewHandler> |
PreviewFactory.load(String filePath,
String password,
Class<T> handlerType)
Creates an appropriate preview handler from the specified file.
|
Modifier and Type | Method and Description |
---|---|
static PreviewHandler |
PreviewFactory.load(InputStream stream)
Creates an appropriate preview handler from the specified stream.
|
static PreviewHandler |
PreviewFactory.load(String filePath)
Creates an appropriate preview handler from the specified file.
|
Copyright © 2019. All rights reserved.