| Package | Description |
|---|---|
| com.groupdocs.metadata |
The com.groupdocs.metadata namespace is the entry point to all features of the library.
|
| com.groupdocs.metadata.core |
The com.groupdocs.metadata.core namespace provides main classes allowing working with metadata in all supported formats.
|
| com.groupdocs.metadata.options |
The com.groupdocs.metadata.options namespace contains all classes representing settings that allow users to control file and metadata processing.
|
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
Metadata.getFileFormat()
Gets the type of the loaded file (if recognized).
|
| Modifier and Type | Method and Description |
|---|---|
static FileFormat |
FileFormat.getByRawValue(int rawValue) |
FileFormat |
FileType.getFileFormat()
Gets the file format.
|
FileFormat |
FileTypePackage.getFileFormat()
Gets the file format.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
LoadOptions.getFileFormat()
Gets the exact type of the file that is to be loaded.
|
| Constructor and Description |
|---|
LoadOptions(FileFormat fileFormat)
Initializes a new instance of the
LoadOptions class. |
Copyright © 2026. All rights reserved.