ExportFormat
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.
Fields
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. |
Methods
Xls
public static final ExportFormat Xls
Represents the .XLS Excel format.
Xlsx
public static final ExportFormat Xlsx
Represents the .XLSX Excel format.
Xml
public static final ExportFormat Xml
Represents the .XML format.
Csv
public static final ExportFormat Csv
Represents the .CSV format.
Json
public static final ExportFormat Json
Represents the .JSON 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
getByRawValue(int rawValue)
public static ExportFormat getByRawValue(int rawValue)
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: ExportFormat
getFirst()
public static IEnumValue getFirst()
Returns: IEnumValue
getAllValues()
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
getEnumValueByRawValue(int rawValue)
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: IEnumValue
getEnumValueByName(String name)
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: IEnumValue
getRawValueType()
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
getRawValue()
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int