ExportFormat
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum ExportFormat extends Enum<ExportFormat> implements IEnumValue
Defines file formats to which you can export metadata properties.
| Field | Description |
|---|---|
| Xls | Represents the .XLS Excel format. |
| Xlsx | Represents the .XLSX Excel format. |
| Xml | Represents the .XML format. |
| Csv | Represents the .CSV format. |
| Json | Represents the .JSON format. |
public static final ExportFormat Xls
Represents the .XLS Excel format.
public static final ExportFormat Xlsx
Represents the .XLSX Excel format.
public static final ExportFormat Xml
Represents the .XML format.
public static final ExportFormat Csv
Represents the .CSV format.
public static final ExportFormat Json
Represents the .JSON format.
public static ExportFormat[] values()
Returns: com.groupdocs.metadata.export.ExportFormat[]
public static ExportFormat valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: ExportFormat
public static ExportFormat getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: ExportFormat
public static IEnumValue getFirst()
Returns: IEnumValue
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: IEnumValue
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IEnumValue
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.