| Package | Description |
|---|---|
| com.groupdocs.metadata.export |
The com.groupdocs.metadata.export namespace contains classes that allow users to export metadata properties to different representations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExcelExportOptions
Creates an export options of excel file.
|
class |
XmlExportOptions
Creates an export options of xml file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportManager.export(OutputStream document,
ExportFormat format,
ExportOptions exportOptions)
Exports the metadata properties to a stream.
|
void |
ExportManager.export(String filePath,
ExportFormat format,
ExportOptions exportOptions)
Exports the metadata properties to a file.
|
Copyright © 2026. All rights reserved.