ECIEncodings
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ECIEncodings extends System.Enum
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol.
Example how to use ECI encoding BarcodeGenerator generator = new BarcodeGenerator(EncodeTypes.QR); generator.setCodeText("12345TEXT"); generator.getParameters().getBarcode().getQR().setQrEncodeMode(QREncodeMode.ECIEncoding); generator.getParameters().getBarcode().getQR().setQrECIEncoding(ECIEncodings.UTF8); generator.save("test.png");
Fields
Field | Description |
---|---|
BINARY | 8-bit binary data. |
Big5 | Big 5 (Taiwan) Chinese Character Set encoding. |
EUC_KR | Korean Character Set encoding. |
EnumSeparatorCharArray | |
GB18030 | GGB18030 Chinese Character Set encoding. |
GB2312 | GB2312 Chinese Character Set encoding. |
GBK | GBK (extension of GB2312 for Simplified Chinese) encoding. |
INVARIANT | ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. |
ISO_8859_1 | ISO/IEC 8859-1 Latin alphabet No. |
ISO_8859_10 | ISO/IEC 8859-10 Latin alphabet No. |
ISO_8859_11 | ISO/IEC 8859-11 Latin/Thai alphabet encoding. |
ISO_8859_13 | ISO/IEC 8859-13 Latin alphabet No. |
ISO_8859_14 | ISO/IEC 8859-14 Latin alphabet No. |
ISO_8859_15 | ISO/IEC 8859-15 Latin alphabet No. |
ISO_8859_16 | ISO/IEC 8859-16 Latin alphabet No. |
ISO_8859_2 | ISO/IEC 8859-2 Latin alphabet No. |
ISO_8859_3 | ISO/IEC 8859-3 Latin alphabet No. |
ISO_8859_4 | ISO/IEC 8859-4 Latin alphabet No. |
ISO_8859_5 | ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. |
ISO_8859_6 | ISO/IEC 8859-6 Latin/Arabic alphabet encoding. |
ISO_8859_7 | ISO/IEC 8859-7 Latin/Greek alphabet encoding. |
ISO_8859_8 | ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. |
ISO_8859_9 | ISO/IEC 8859-9 Latin alphabet No. |
NONE | No Extended Channel Interpretation/p> |
Shift_JIS | Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. |
US_ASCII | ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. |
UTF16BE | ISO/IEC 10646 UCS-2 (High order byte first) encoding. |
UTF16LE | ISO/IEC 10646 UTF-16LE encoding. |
UTF32BE | ISO/IEC 10646 UTF-32BE encoding. |
UTF32LE | ISO/IEC 10646 UTF-32LE encoding. |
UTF8 | ISO/IEC 10646 UTF-8 encoding. |
Win1250 | Windows 1250 Latin 2 (Central Europe) encoding. |
Win1251 | Windows 1251 Cyrillic encoding. |
Win1252 | Windows 1252 Latin 1 encoding. |
Win1256 | Windows 1256 Arabic encoding. |
Methods
BINARY
public static final int BINARY
8-bit binary data. ECI Id:"\000899"
Big5
public static final int Big5
Big 5 (Taiwan) Chinese Character Set encoding. ECI Id:"\000028"
EUC_KR
public static final int EUC_KR
Korean Character Set encoding. ECI Id:"\000030"
EnumSeparatorCharArray
public static final char[] EnumSeparatorCharArray
GB18030
public static final int GB18030
GGB18030 Chinese Character Set encoding. ECI Id:"\000032"
GB2312
public static final int GB2312
GB2312 Chinese Character Set encoding. ECI Id:"\000029"
GBK
public static final int GBK
GBK (extension of GB2312 for Simplified Chinese) encoding. ECI Id:"\000031"
INVARIANT
public static final int INVARIANT
ISO/IEC 646: ISO 7-bit coded character set - Invariant Characters set encoding. ECI Id:"\000170"
ISO_8859_1
public static final int ISO_8859_1
ISO/IEC 8859-1 Latin alphabet No. 1 encoding. ECI Id:"\000003"
ISO_8859_10
public static final int ISO_8859_10
ISO/IEC 8859-10 Latin alphabet No. 6 encoding. ECI Id:"\000012"
ISO_8859_11
public static final int ISO_8859_11
ISO/IEC 8859-11 Latin/Thai alphabet encoding. ECI Id:"\000013"
ISO_8859_13
public static final int ISO_8859_13
ISO/IEC 8859-13 Latin alphabet No. 7 (Baltic Rim) encoding. ECI Id:"\000015"
ISO_8859_14
public static final int ISO_8859_14
ISO/IEC 8859-14 Latin alphabet No. 8 (Celtic) encoding. ECI Id:"\000016"
ISO_8859_15
public static final int ISO_8859_15
ISO/IEC 8859-15 Latin alphabet No. 9 encoding. ECI Id:"\000017"
ISO_8859_16
public static final int ISO_8859_16
ISO/IEC 8859-16 Latin alphabet No. 10 encoding. ECI Id:"\000018"
ISO_8859_2
public static final int ISO_8859_2
ISO/IEC 8859-2 Latin alphabet No. 2 encoding. ECI Id:"\000004"
ISO_8859_3
public static final int ISO_8859_3
ISO/IEC 8859-3 Latin alphabet No. 3 encoding. ECI Id:"\000005"
ISO_8859_4
public static final int ISO_8859_4
ISO/IEC 8859-4 Latin alphabet No. 4 encoding. ECI Id:"\000006"
ISO_8859_5
public static final int ISO_8859_5
ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding. ECI Id:"\000007"
ISO_8859_6
public static final int ISO_8859_6
ISO/IEC 8859-6 Latin/Arabic alphabet encoding. ECI Id:"\000008"
ISO_8859_7
public static final int ISO_8859_7
ISO/IEC 8859-7 Latin/Greek alphabet encoding. ECI Id:"\000009"
ISO_8859_8
public static final int ISO_8859_8
ISO/IEC 8859-8 Latin/Hebrew alphabet encoding. ECI Id:"\000010"
ISO_8859_9
public static final int ISO_8859_9
ISO/IEC 8859-9 Latin alphabet No. 5 encoding. ECI Id:"\000011"
NONE
public static final int NONE
No Extended Channel Interpretation/p>
Shift_JIS
public static final int Shift_JIS
Shift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding. ECI Id:"\000020"
US_ASCII
public static final int US_ASCII
ISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding. ECI Id:"\000027"
UTF16BE
public static final int UTF16BE
ISO/IEC 10646 UCS-2 (High order byte first) encoding. ECI Id:"\000025"
UTF16LE
public static final int UTF16LE
ISO/IEC 10646 UTF-16LE encoding. ECI Id:"\000033"
UTF32BE
public static final int UTF32BE
ISO/IEC 10646 UTF-32BE encoding. ECI Id:"\000034"
UTF32LE
public static final int UTF32LE
ISO/IEC 10646 UTF-32LE encoding. ECI Id:"\000035"
UTF8
public static final int UTF8
ISO/IEC 10646 UTF-8 encoding. ECI Id:"\000026"
Win1250
public static final int Win1250
Windows 1250 Latin 2 (Central Europe) encoding. ECI Id:"\000021"
Win1251
public static final int Win1251
Windows 1251 Cyrillic encoding. ECI Id:"\000022"
Win1252
public static final int Win1252
Windows 1252 Latin 1 encoding. ECI Id:"\000023"
Win1256
public static final int Win1256
Windows 1256 Arabic encoding. ECI Id:"\000024"
Clone()
public System.Enum Clone()
Returns: com.aspose.ms.System.Enum
CloneTo(T that)
public abstract void CloneTo(T that)
Parameters:
Parameter | Type | Description |
---|---|---|
that | T |
CloneTo(System.Enum that)
public void CloneTo(System.Enum that)
Parameters:
Parameter | Type | Description |
---|---|---|
that | com.aspose.ms.System.Enum |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
format(System.Type enumType, Object value, String format)
public static String format(System.Type enumType, Object value, String format)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type | |
value | java.lang.Object | |
format | java.lang.String |
Returns: java.lang.String
format(Class enumType, long value, String format)
public static String format(Class<?> enumType, long value, String format)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | java.lang.Class | |
value | long | |
format | java.lang.String |
Returns: java.lang.String
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getName(System.Type enumType, Object value)
public static String getName(System.Type enumType, Object value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type | |
value | java.lang.Object |
Returns: java.lang.String
getName(Class enumType, long value)
public static String getName(Class<?> enumType, long value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | java.lang.Class | |
value | long |
Returns: java.lang.String
getNames(System.Type enumType)
public static String[] getNames(System.Type enumType)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type |
Returns: java.lang.String[]
getNames(Class enumType)
public static Collection<String> getNames(Class<?> enumType)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | java.lang.Class |
Returns: java.util.Collection<java.lang.String>
getUnderlyingType(System.Type enumType)
public static System.Type getUnderlyingType(System.Type enumType)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type |
Returns: com.aspose.ms.System.Type
getUnderlyingType(Class enumType)
public static Class<? extends Number> getUnderlyingType(Class<?> enumType)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | java.lang.Class |
Returns: java.lang.Class<? extends java.lang.Number>
getValue(Class enumType, String name)
public static long getValue(Class<?> enumType, String name)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | java.lang.Class | |
name | java.lang.String |
Returns: long
getValues(System.Type enumType)
public static System.Array getValues(System.Type enumType)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type |
Returns: com.aspose.ms.System.Array
get_Caption()
public String get_Caption()
Returns: java.lang.String
get_Value()
public long get_Value()
Returns: long
hashCode()
public native int hashCode()
Returns: int
isDefined(System.Type enumType, Object value)
public static boolean isDefined(System.Type enumType, Object value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type | |
value | java.lang.Object |
Returns: boolean
isDefined(System.Type enumType, String value)
public static boolean isDefined(System.Type enumType, String value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type | |
value | java.lang.String |
Returns: boolean
isDefined(System.Type enumType, long value)
public static boolean isDefined(System.Type enumType, long value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type | |
value | long |
Returns: boolean
isDefined(Class enumType, long value)
public static boolean isDefined(Class<?> enumType, long value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | java.lang.Class | |
value | long |
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
parse(System.Type enumType, String value)
public static long parse(System.Type enumType, String value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type | |
value | java.lang.String |
Returns: long
parse(System.Type enumType, String value, Boolean ignoreCase)
public static long parse(System.Type enumType, String value, Boolean ignoreCase)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type | |
value | java.lang.String | |
ignoreCase | java.lang.Boolean |
Returns: long
parse(Class enumType, String value)
public static long parse(Class<?> enumType, String value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | java.lang.Class | |
value | java.lang.String |
Returns: long
parse(Class enumType, String value, Boolean ignoreCase)
public static long parse(Class<?> enumType, String value, Boolean ignoreCase)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | java.lang.Class | |
value | java.lang.String | |
ignoreCase | java.lang.Boolean |
Returns: long
register(System.Enum.AbstractEnum e)
public static void register(System.Enum.AbstractEnum e)
Parameters:
Parameter | Type | Description |
---|---|---|
e | com.aspose.ms.System.Enum.AbstractEnum |
toObject(System.Type enumType, Object value)
public static Object toObject(System.Type enumType, Object value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | com.aspose.ms.System.Type | |
value | java.lang.Object |
Returns: java.lang.Object
toString()
public String toString()
Returns: java.lang.String
toString(Class enumType, long value)
public static String toString(Class<?> enumType, long value)
Parameters:
Parameter | Type | Description |
---|---|---|
enumType | java.lang.Class | |
value | long |
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |