Package | Description |
---|---|
com.groupdocs.viewer |
The package provides classes for rendering documents in HTML5, Image or PDF modes fast and with high quality.
|
com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
Constructor and Description |
---|
Viewer(FileReader fileReader,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes new instance of
Viewer class. |
Viewer(InputStream fileStream,
LoadOptions loadOptions)
Initializes new instance of
Viewer class. |
Viewer(InputStream fileStream,
LoadOptions loadOptions,
boolean leaveOpen)
Initializes new instance of
Viewer class. |
Viewer(InputStream inputStream,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes new instance of
Viewer class. |
Viewer(InputStream inputStream,
LoadOptions loadOptions,
ViewerSettings settings,
boolean leaveOpen)
Initializes new instance of
Viewer class. |
Viewer(Path filePath,
LoadOptions loadOptions)
Initializes new instance of
Viewer class. |
Viewer(Path filePath,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes new instance of
Viewer class. |
Viewer(String filePath,
LoadOptions loadOptions)
Initializes new instance of
Viewer class. |
Viewer(String filePath,
LoadOptions loadOptions,
ViewerSettings settings)
Initializes new instance of
Viewer class. |
Modifier and Type | Field and Description |
---|---|
static LoadOptions |
LoadOptions.Default
Deprecated.
this tag was added just to exclude the method from JavaDoc
|