MSPlatformSpecificId
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum
public enum MSPlatformSpecificId extends Enum<MSPlatformSpecificId>
Represents Microsoft platform PlatformSpecificId enumeration.
Fields
Field | Description |
---|---|
Symbol | Symbol MS MSPlatformSpecificId. |
Unicode_BMP_UCS2 | Unicode BMP (UCS2) MS PlatformSpecificId. |
ShiftJIS | ShiftJIS MS MSPlatformSpecificId. |
PRC | PRC MS MSPlatformSpecificId. |
Big5 | Big5 MS MSPlatformSpecificId. |
Wansung | Wansung MS MSPlatformSpecificId. |
Johab | Johab MS MSPlatformSpecificId. |
Reserved1 | Reserved1 MS MSPlatformSpecificId. |
Reserved2 | Reserved2 MS MSPlatformSpecificId. |
Reserved3 | Reserved3 MS MSPlatformSpecificId. |
Unicode_UCS4 | Unicode_UCS4 MS MSPlatformSpecificId. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: MSPlatformSpecificId