OpenTypePlatform

Contents
[ ]

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

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

public enum OpenTypePlatform extends Enum<OpenTypePlatform> implements IEnumValue

Represents OpenType platform for Name table.

Fields

Field Description
Unicode The Unicode platform.
Macintosh The Macintosh platform.
Iso The ISO [deprecated] platform.
Windows The Windows platform.
Custom The Custom platform.

Methods

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

Unicode

public static final OpenTypePlatform Unicode

The Unicode platform.

Macintosh

public static final OpenTypePlatform Macintosh

The Macintosh platform.

Iso

public static final OpenTypePlatform Iso

The ISO [deprecated] platform.

Windows

public static final OpenTypePlatform Windows

The Windows platform.

Custom

public static final OpenTypePlatform Custom

The Custom platform.

values()

public static OpenTypePlatform[] values()

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

valueOf(String name)

public static OpenTypePlatform valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: OpenTypePlatform

getByRawValue(int rawValue)

public static OpenTypePlatform getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: OpenTypePlatform

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