MSPlatformSpecificId

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

public enum MSPlatformSpecificId extends Enum<MSPlatformSpecificId>

Represents Microsoft platform PlatformSpecificId enumeration.

Fields

FieldDescription
SymbolSymbol MS MSPlatformSpecificId.
Unicode_BMP_UCS2Unicode BMP (UCS2) MS PlatformSpecificId.
ShiftJISShiftJIS MS MSPlatformSpecificId.
PRCPRC MS MSPlatformSpecificId.
Big5Big5 MS MSPlatformSpecificId.
WansungWansung MS MSPlatformSpecificId.
JohabJohab MS MSPlatformSpecificId.
Reserved1Reserved1 MS MSPlatformSpecificId.
Reserved2Reserved2 MS MSPlatformSpecificId.
Reserved3Reserved3 MS MSPlatformSpecificId.
Unicode_UCS4Unicode_UCS4 MS MSPlatformSpecificId.

Methods

MethodDescription
values()
valueOf(String name)

Symbol

public static final MSPlatformSpecificId Symbol

Symbol MS MSPlatformSpecificId.

Unicode_BMP_UCS2

public static final MSPlatformSpecificId Unicode_BMP_UCS2

Unicode BMP (UCS2) MS PlatformSpecificId.

ShiftJIS

public static final MSPlatformSpecificId ShiftJIS

ShiftJIS MS MSPlatformSpecificId.

PRC

public static final MSPlatformSpecificId PRC

PRC MS MSPlatformSpecificId.

Big5

public static final MSPlatformSpecificId Big5

Big5 MS MSPlatformSpecificId.

Wansung

public static final MSPlatformSpecificId Wansung

Wansung MS MSPlatformSpecificId.

Johab

public static final MSPlatformSpecificId Johab

Johab MS MSPlatformSpecificId.

Reserved1

public static final MSPlatformSpecificId Reserved1

Reserved1 MS MSPlatformSpecificId.

Reserved2

public static final MSPlatformSpecificId Reserved2

Reserved2 MS MSPlatformSpecificId.

Reserved3

public static final MSPlatformSpecificId Reserved3

Reserved3 MS MSPlatformSpecificId.

Unicode_UCS4

public static final MSPlatformSpecificId Unicode_UCS4

Unicode_UCS4 MS MSPlatformSpecificId.

values()

public static MSPlatformSpecificId[] values()

Returns: com.aspose.font.MSPlatformSpecificId[]

valueOf(String name)

public static MSPlatformSpecificId valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: MSPlatformSpecificId