Package | Description |
---|---|
com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
PreviewFormats |
PreviewOptions.getPreviewFormat()
Gets the preview image format.
|
static PreviewFormats |
PreviewFormats.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviewFormats[] |
PreviewFormats.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewOptions.setPreviewFormat(PreviewFormats previewFormat)
Sets the preview image format.
|