Package | Description |
---|---|
com.groupdocs.metadata | |
com.groupdocs.metadata.core | |
com.groupdocs.metadata.options |
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. |