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 new instance of
HtmlViewOptions class. |
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(CreatePageStream createPageStream)
Initializes new instance of
HtmlViewOptions class for rendering into HTML with embedded resources. |
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(CreatePageStream createPageStream,
ReleasePageStream releasePageStream)
Initializes new instance of
HtmlViewOptions class for rendering into HTML with embedded resources. |
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(PageStreamFactory pageStreamFactory)
Initializes new instance of
HtmlViewOptions class for rendering into HTML with embedded resources. |
static HtmlViewOptions |
HtmlViewOptions.forEmbeddedResources(String filePathFormat)
Initializes new instance of
HtmlViewOptions class. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources()
Initializes new instance of
HtmlViewOptions class. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(CreatePageStream createPageStream,
CreateResourceStream createResourceStream,
CreateResourceUrl createResourceUrl)
Initializes new instance of
HtmlViewOptions class for rendering into HTML with external resources. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(CreatePageStream createPageStream,
CreateResourceStream createResourceStream,
CreateResourceUrl createResourceUrl,
ReleasePageStream releasePageStream,
ReleaseResourceStream releaseResourceStream) |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(PageStreamFactory pageStreamFactory,
ResourceStreamFactory resourceStreamFactory)
Initializes new instance of
HtmlViewOptions class for rendering into HTML with external resources. |
static HtmlViewOptions |
HtmlViewOptions.forExternalResources(String filePathFormat,
String resourceFilePathFormat,
String resourceUrlFormat)
Initializes new instance of
HtmlViewOptions class. |
Modifier and Type | Method and Description |
---|---|
static ViewInfoOptions |
ViewInfoOptions.fromHtmlViewOptions(HtmlViewOptions options)
Initializes new instance of
ViewInfoOptions class based on HtmlViewOptions object. |