ExportFormat
Inheritance: java.lang.Object, java.lang.Enum
public enum ExportFormat extends Enum<ExportFormat>
Defines file formats to which you can export metadata properties.
Fields
Field | Description |
---|---|
Xls | Represents the .XLS Excel format. |
Xlsx | Represents the .XLSX Excel format. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
Xls
public static final ExportFormat Xls
Represents the .XLS Excel format.
Xlsx
public static final ExportFormat Xlsx
Represents the .XLSX Excel format.
values()
public static ExportFormat[] values()
Returns: com.groupdocs.metadata.export.ExportFormat[]
valueOf(String name)
public static ExportFormat valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: ExportFormat