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. Current implementation consists all well known charset encodings. Currently, it is used only for QR 2D barcode.


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().setQrEncodeType(QREncodeType.ForceQR);
     generator.getParameters().getBarcode().getQR().setQrECIEncoding(ECIEncodings.UTF8);
     generator.save("test.png");

Fields

FieldDescription
Big5Big 5 (Taiwan) Chinese Character Set encoding.
EUC_KRKorean Character Set encoding.
EnumSeparatorCharArray
GB18030GB (PRC) Chinese Character Set encoding.
ISO_8859_1ISO/IEC 8859-1 Latin alphabet No.
ISO_8859_10ISO/IEC 8859-10 Latin alphabet No.
ISO_8859_11ISO/IEC 8859-11 Latin/Thai alphabet encoding.
ISO_8859_13ISO/IEC 8859-13 Latin alphabet No.
ISO_8859_14ISO/IEC 8859-14 Latin alphabet No.
ISO_8859_15ISO/IEC 8859-15 Latin alphabet No.
ISO_8859_16ISO/IEC 8859-16 Latin alphabet No.
ISO_8859_2ISO/IEC 8859-2 Latin alphabet No.
ISO_8859_3ISO/IEC 8859-3 Latin alphabet No.
ISO_8859_4ISO/IEC 8859-4 Latin alphabet No.
ISO_8859_5ISO/IEC 8859-5 Latin/Cyrillic alphabet encoding.
ISO_8859_6ISO/IEC 8859-6 Latin/Arabic alphabet encoding.
ISO_8859_7ISO/IEC 8859-7 Latin/Greek alphabet encoding.
ISO_8859_8ISO/IEC 8859-8 Latin/Hebrew alphabet encoding.
ISO_8859_9ISO/IEC 8859-9 Latin alphabet No.
NONENo Extended Channel Interpretation/p>
Shift_JISShift JIS (JIS X 0208 Annex 1 + JIS X 0201) encoding.
US_ASCIIISO/IEC 646:1991 International Reference Version of ISO 7-bit coded character set encoding.
UTF16BEISO/IEC 10646 UCS-2 (High order byte first) encoding.
UTF8ISO/IEC 10646 UTF-8 encoding.
Win1250Windows 1250 Latin 2 (Central Europe) encoding.
Win1251Windows 1251 Cyrillic encoding.
Win1252Windows 1252 Latin 1 encoding.
Win1256Windows 1256 Arabic encoding.

Methods

MethodDescription
Clone()
CloneTo(T that)
CloneTo(System.Enum that)
equals(Object arg0)
format(System.Type enumType, Object value, String format)
format(Class enumType, long value, String format)
getClass()
getName(System.Type enumType, Object value)
getName(Class enumType, long value)
getNames(System.Type enumType)
getNames(Class enumType)
getUnderlyingType(System.Type enumType)
getUnderlyingType(Class enumType)
getValue(Class enumType, String name)
getValues(System.Type enumType)
get_Caption()
get_Value()
hashCode()
isDefined(System.Type enumType, Object value)
isDefined(System.Type enumType, String value)
isDefined(System.Type enumType, long value)
isDefined(Class enumType, long value)
notify()
notifyAll()
parse(System.Type enumType, String value)
parse(System.Type enumType, String value, Boolean ignoreCase)
parse(Class enumType, String value)
parse(Class enumType, String value, Boolean ignoreCase)
register(System.Enum.AbstractEnum e)
toObject(System.Type enumType, Object value)
toString()
toString(Class enumType, long value)
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

GB (PRC) Chinese Character Set encoding. ECI Id:"\000029"

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"

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:

ParameterTypeDescription
thatT

CloneTo(System.Enum that)

public void CloneTo(System.Enum that)

Parameters:

ParameterTypeDescription
thatcom.aspose.ms.System.Enum

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

format(System.Type enumType, Object value, String format)

public static String format(System.Type enumType, Object value, String format)

Parameters:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type
valuejava.lang.Object
formatjava.lang.String

Returns: java.lang.String

format(Class enumType, long value, String format)

public static String format(Class<?> enumType, long value, String format)

Parameters:

ParameterTypeDescription
enumTypejava.lang.Class
valuelong
formatjava.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:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type
valuejava.lang.Object

Returns: java.lang.String

getName(Class enumType, long value)

public static String getName(Class<?> enumType, long value)

Parameters:

ParameterTypeDescription
enumTypejava.lang.Class
valuelong

Returns: java.lang.String

getNames(System.Type enumType)

public static String[] getNames(System.Type enumType)

Parameters:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type

Returns: java.lang.String[]

getNames(Class enumType)

public static Collection<String> getNames(Class<?> enumType)

Parameters:

ParameterTypeDescription
enumTypejava.lang.Class

Returns: java.util.Collection<java.lang.String>

getUnderlyingType(System.Type enumType)

public static System.Type getUnderlyingType(System.Type enumType)

Parameters:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type

Returns: com.aspose.ms.System.Type

getUnderlyingType(Class enumType)

public static Class<? extends Number> getUnderlyingType(Class<?> enumType)

Parameters:

ParameterTypeDescription
enumTypejava.lang.Class

Returns: java.lang.Class<? extends java.lang.Number>

getValue(Class enumType, String name)

public static long getValue(Class<?> enumType, String name)

Parameters:

ParameterTypeDescription
enumTypejava.lang.Class
namejava.lang.String

Returns: long

getValues(System.Type enumType)

public static System.Array getValues(System.Type enumType)

Parameters:

ParameterTypeDescription
enumTypecom.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:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type
valuejava.lang.Object

Returns: boolean

isDefined(System.Type enumType, String value)

public static boolean isDefined(System.Type enumType, String value)

Parameters:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type
valuejava.lang.String

Returns: boolean

isDefined(System.Type enumType, long value)

public static boolean isDefined(System.Type enumType, long value)

Parameters:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type
valuelong

Returns: boolean

isDefined(Class enumType, long value)

public static boolean isDefined(Class<?> enumType, long value)

Parameters:

ParameterTypeDescription
enumTypejava.lang.Class
valuelong

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:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type
valuejava.lang.String

Returns: long

parse(System.Type enumType, String value, Boolean ignoreCase)

public static long parse(System.Type enumType, String value, Boolean ignoreCase)

Parameters:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type
valuejava.lang.String
ignoreCasejava.lang.Boolean

Returns: long

parse(Class enumType, String value)

public static long parse(Class<?> enumType, String value)

Parameters:

ParameterTypeDescription
enumTypejava.lang.Class
valuejava.lang.String

Returns: long

parse(Class enumType, String value, Boolean ignoreCase)

public static long parse(Class<?> enumType, String value, Boolean ignoreCase)

Parameters:

ParameterTypeDescription
enumTypejava.lang.Class
valuejava.lang.String
ignoreCasejava.lang.Boolean

Returns: long

register(System.Enum.AbstractEnum e)

public static void register(System.Enum.AbstractEnum e)

Parameters:

ParameterTypeDescription
ecom.aspose.ms.System.Enum.AbstractEnum

toObject(System.Type enumType, Object value)

public static Object toObject(System.Type enumType, Object value)

Parameters:

ParameterTypeDescription
enumTypecom.aspose.ms.System.Type
valuejava.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:

ParameterTypeDescription
enumTypejava.lang.Class
valuelong

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int