Package | Description |
---|---|
com.groupdocs.metadata.export |
Modifier and Type | Method and Description |
---|---|
static ExportFormat |
ExportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportFormat[] |
ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportManager.export(OutputStream document,
ExportFormat format)
Exports the metadata properties to a stream.
|
void |
ExportManager.export(String filePath,
ExportFormat format)
Exports the metadata properties to a file.
|
Copyright © 2022. All rights reserved.