| Package | Description |
|---|---|
| com.groupdocs.viewer |
The package provides classes for rendering documents in HTML5, Image, or PDF modes with fast and high-quality results.
|
| com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
| Modifier and Type | Method and Description |
|---|---|
LoadOptions |
Viewer.getLoadOptionsInternal()
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
void |
Viewer.setLoadOptionsInternal(LoadOptions mLoadOptionsInternal)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
| Constructor and Description |
|---|
Viewer(FileReader fileReader,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes a new instance of the Viewer class.
|
Viewer(InputStream fileStream,
LoadOptions loadOptions)
Initializes a new instance of the Viewer class.
|
Viewer(InputStream fileStream,
LoadOptions loadOptions,
boolean leaveOpen)
Initializes a new instance of the Viewer class.
|
Viewer(InputStream fileStream,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes a new instance of the Viewer class.
|
Viewer(InputStream fileStream,
LoadOptions loadOptions,
ViewerSettings settings,
boolean leaveOpen)
Initializes new instance of Viewer class.
|
Viewer(Path filePath,
LoadOptions loadOptions)
Initializes a new instance of the Viewer class.
|
Viewer(Path filePath,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes a new instance of the Viewer class.
|
Viewer(String filePath,
LoadOptions loadOptions)
Initializes a new instance of the Viewer class.
|
Viewer(String filePath,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes a new instance of the Viewer class.
|
Viewer(URL url,
LoadOptions loadOptions)
Initializes a new instance of the Viewer class.
|
Viewer(URL url,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes a new instance of the Viewer class.
|
| Modifier and Type | Field and Description |
|---|---|
static LoadOptions |
LoadOptions.DEFAULT
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
Copyright © 2024. All rights reserved.