Package | Description |
---|---|
com.groupdocs.metadata.legacy |
Modifier and Type | Class and Description |
---|---|
class |
CellsPreviewHandler
Deprecated.
|
class |
DiagramPreviewHandler
Deprecated.
|
class |
DjvuImagePreviewHandler
Deprecated.
|
class |
GifImagePreviewHandler
Deprecated.
|
class |
ImagePreviewHandler
Deprecated.
|
class |
NotesPreviewHandler
Deprecated.
|
class |
PdfPreviewHandler
Deprecated.
|
class |
ProtectableDocumentPreviewHandler
Deprecated.
|
class |
SlidesPreviewHandler
Deprecated.
|
class |
TiffImagePreviewHandler
Deprecated.
|
class |
WordsPreviewHandler
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T extends PreviewHandler> |
PreviewFactory.load(InputStream stream,
Class<T> handlerType)
Deprecated.
Creates an appropriate preview handler from the specified stream.
|
static <T extends PreviewHandler> |
PreviewFactory.load(InputStream stream,
String password,
Class<T> handlerType)
Deprecated.
Creates an appropriate preview handler from the specified stream.
|
static <T extends PreviewHandler> |
PreviewFactory.load(String filePath,
Class<T> handlerType)
Deprecated.
Creates an appropriate preview handler from the specified file.
|
static <T extends PreviewHandler> |
PreviewFactory.load(String filePath,
String password,
Class<T> handlerType)
Deprecated.
Creates an appropriate preview handler from the specified file.
|
Modifier and Type | Method and Description |
---|---|
static PreviewHandler |
PreviewFactory.load(InputStream stream)
Deprecated.
Creates an appropriate preview handler from the specified stream.
|
static PreviewHandler |
PreviewFactory.load(String filePath)
Deprecated.
Creates an appropriate preview handler from the specified file.
|
Copyright © 2020. All rights reserved.