OpenTypeWindowsEncoding

Contents
[ ]

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

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

public enum OpenTypeWindowsEncoding extends Enum<OpenTypeWindowsEncoding> implements IEnumValue

Represents encoding for the OpenTypePlatform.Windows platform.

Fields

Field Description
Symbol The Symbol encoding.
UnicodeBmp The Unicode BMP encoding.
ShiftJis The ShiftJIS encoding.
Prc The PRC encoding.
Big5 The Big5 encoding.
Wansung The Wansung encoding.
Johab The Johab encoding.
UnicodeFull The Unicode full repertoire encoding.

Methods

Method Description
values()
valueOf(String name)
getByRawValue(int rawValue)
getFirst()
getAllValues()
getEnumValueByRawValue(int rawValue)
getEnumValueByName(String name)
getRawValueType()
getRawValue()

Symbol

public static final OpenTypeWindowsEncoding Symbol

The Symbol encoding.

UnicodeBmp

public static final OpenTypeWindowsEncoding UnicodeBmp

The Unicode BMP encoding.

ShiftJis

public static final OpenTypeWindowsEncoding ShiftJis

The ShiftJIS encoding.

Prc

public static final OpenTypeWindowsEncoding Prc

The PRC encoding.

Big5

public static final OpenTypeWindowsEncoding Big5

The Big5 encoding.

Wansung

public static final OpenTypeWindowsEncoding Wansung

The Wansung encoding.

Johab

public static final OpenTypeWindowsEncoding Johab

The Johab encoding.

UnicodeFull

public static final OpenTypeWindowsEncoding UnicodeFull

The Unicode full repertoire encoding.

values()

public static OpenTypeWindowsEncoding[] values()

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

valueOf(String name)

public static OpenTypeWindowsEncoding valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: OpenTypeWindowsEncoding

getByRawValue(int rawValue)

public static OpenTypeWindowsEncoding getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: OpenTypeWindowsEncoding

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