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 |
---|---|
FileFormat |
LoadOptions.getFileFormat()
Gets the file format.
|
FileFormat |
FileType.getFormat()
File format e.g.
|
static FileFormat |
FileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormat[] |
FileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LoadOptions(FileFormat fileFormat)
Initializes a new instance of the
LoadOptions class with empty Password and default encodings. |
LoadOptions(FileFormat fileFormat,
String password)
Initializes a new instance of the
LoadOptions class with default encodings. |
LoadOptions(FileFormat fileFormat,
String password,
Charset charset,
Charset defaultAnsiCharset)
Initializes a new instance of the
LoadOptions class with custom encodings. |