1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for Java
  4. /
  5. com.groupdocs.metadata.core
  6. /
  7. OpenTypeIsoEncoding

OpenTypeIsoEncoding

Inheritance: java.lang.Object, java.lang.Enum

All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue

public enum OpenTypeIsoEncoding extends Enum<OpenTypeIsoEncoding> implements IEnumValue

Represents encoding for the OpenTypePlatform.Iso platform.

Fields

Field Description
Ascii7Bit The 7-bit ASCII encoding.
Iso10646 The ISO 10646 encoding.
Iso8859 The ISO 8859-1 encoding.

Methods

Ascii7Bit

public static final OpenTypeIsoEncoding Ascii7Bit

The 7-bit ASCII encoding.

Iso10646

public static final OpenTypeIsoEncoding Iso10646

The ISO 10646 encoding.

Iso8859

public static final OpenTypeIsoEncoding Iso8859

The ISO 8859-1 encoding.

values()

public static OpenTypeIsoEncoding[] values()

Returns: com.groupdocs.metadata.core.OpenTypeIsoEncoding[]

valueOf(String name)

public static OpenTypeIsoEncoding valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: OpenTypeIsoEncoding

getByRawValue(int rawValue)

public static OpenTypeIsoEncoding getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: OpenTypeIsoEncoding

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