| Package | Description |
|---|---|
| com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
| Modifier and Type | Method and Description |
|---|---|
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources()
Initializes a new instance of the
HtmlViewOptions class. |
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(CreatePageStream createPageStream)
Initializes a new instance of the
HtmlViewOptions class for rendering into HTML with embedded resources. |
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(CreatePageStream createPageStream,
ReleasePageStream releasePageStream)
Initializes a new instance of the
HtmlViewOptions class for rendering into HTML with embedded resources. |
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(PageStreamFactory pageStreamFactory)
Initializes a new instance of the
HtmlViewOptions class for rendering into HTML with embedded resources. |
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(Path filePathFormat)
Initializes a new instance of the
HtmlViewOptions class. |
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(String filePathFormat)
Initializes a new instance of the
HtmlViewOptions class. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources()
Initializes new instance of
HtmlViewOptions class. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(CreatePageStream createPageStream,
CreateResourceStream createResourceStream,
CreateResourceUrl createResourceUrl)
Initializes a new instance of the
HtmlViewOptions class for rendering into HTML with external resources. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(CreatePageStream createPageStream,
CreateResourceStream createResourceStream,
CreateResourceUrl createResourceUrl,
ReleasePageStream releasePageStream,
ReleaseResourceStream releaseResourceStream)
Initializes a new instance of the
HtmlViewOptions class for rendering into HTML with external resources. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(PageStreamFactory pageStreamFactory,
ResourceStreamFactory resourceStreamFactory)
Initializes a new instance of the
HtmlViewOptions class for rendering into HTML with external resources. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(String filePathFormat,
String resourceFilePathFormat,
String resourceUrlFormat)
Initializes a new instance of the
HtmlViewOptions class. |
| Modifier and Type | Method and Description |
|---|---|
static ViewInfoOptions |
ViewInfoOptions.fromHtmlViewOptions(HtmlViewOptions options)
Initializes a new instance of the
ViewInfoOptions class based on the HtmlViewOptions object. |
Copyright © 2025. All rights reserved.