public static enum OtfNameConstants.OtfEncodingType extends Enum<OtfNameConstants.OtfEncodingType>
| Enum Constant and Description |
|---|
BIG5 |
Johab |
PRC |
ShiftJIS |
SYMBOL |
Unicode_BMP |
Unicode_UCS4 |
Wansung |
| Modifier and Type | Method and Description |
|---|---|
static OtfNameConstants.OtfEncodingType |
fromInt(int i) |
int |
getValue() |
static OtfNameConstants.OtfEncodingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtfNameConstants.OtfEncodingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtfNameConstants.OtfEncodingType SYMBOL
public static final OtfNameConstants.OtfEncodingType Unicode_BMP
public static final OtfNameConstants.OtfEncodingType ShiftJIS
public static final OtfNameConstants.OtfEncodingType PRC
public static final OtfNameConstants.OtfEncodingType BIG5
public static final OtfNameConstants.OtfEncodingType Wansung
public static final OtfNameConstants.OtfEncodingType Johab
public static final OtfNameConstants.OtfEncodingType Unicode_UCS4
public static OtfNameConstants.OtfEncodingType[] values()
for (OtfNameConstants.OtfEncodingType c : OtfNameConstants.OtfEncodingType.values()) System.out.println(c);
public static OtfNameConstants.OtfEncodingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
public static OtfNameConstants.OtfEncodingType fromInt(int i)
Copyright © 2016. All rights reserved.