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 |
---|---|
ImageFormat |
ImageOptions.getImageFormat()
Gets the image format for image extraction.
|
static ImageFormat |
ImageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageFormat[] |
ImageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImageOptions(ImageFormat imageFormat)
Provides the options which are used for image extraction.
|