Package | Description |
---|---|
com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
abstract FileType |
ContainerItem.detectFileType(FileTypeDetectionMode detectionMode)
Detects a file type of the container item.
|
Modifier and Type | Method and Description |
---|---|
static FileTypeDetectionMode |
FileTypeDetectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileTypeDetectionMode[] |
FileTypeDetectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|