Package | Description |
---|---|
com.groupdocs.viewer.converter.options |
The GroupDocs.Viewer.Converter.Options namespace provides classes that allow to specify additional options when rendering documents.
|
com.groupdocs.viewer.domain.cache | |
com.groupdocs.viewer.domain.html |
The GroupDocs.Viewer.Domain.Html namespace provides classes for working with document html representation.
|
com.groupdocs.viewer.domain.options |
The GroupDocs.Viewer.Domain.Options namespace provides classes for setting rendering options dependent on document type.
|
Modifier and Type | Method and Description |
---|---|
PdfOptions |
FileDataOptions.getPdfOptions()
The PDF documents rendering options.
|
PdfOptions |
RenderOptions.getPdfOptions()
The PDF documents rendering options.
|
Modifier and Type | Method and Description |
---|---|
void |
FileDataOptions.setPdfOptions(PdfOptions value)
The PDF documents rendering options.
|
void |
RenderOptions.setPdfOptions(PdfOptions value)
The PDF documents rendering options.
|
Modifier and Type | Method and Description |
---|---|
PdfOptions |
CachedDocumentDescription.getPdfOptions()
The PDF documents rendering options.
|
PdfOptions |
CachedPageDescription.getPdfOptions()
The PDF documents rendering options.
|
Modifier and Type | Method and Description |
---|---|
void |
CachedDocumentDescription.setPdfOptions(PdfOptions value)
The PDF documents rendering options.
|
void |
CachedPageDescription.setPdfOptions(PdfOptions value)
The PDF documents rendering options.
|
Modifier and Type | Method and Description |
---|---|
PdfOptions |
HtmlResource.getPdfOptions()
PDF options HTML page was generated with.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlResource.setPdfOptions(PdfOptions value)
PDf options HTML page was generated with.
|
Modifier and Type | Method and Description |
---|---|
PdfOptions |
DocumentInfoOptions.getPdfOptions()
The PdfOptions.
|
PdfOptions |
PdfFileOptions.getPdfOptions()
Gets PDF options.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoOptions.setPdfOptions(PdfOptions value)
The PdfOptions.
|
void |
PdfFileOptions.setPdfOptions(PdfOptions value)
Sets PDF options.
|
Copyright © 2018. All rights reserved.