Package com.adobe.livecycle.barcodedforms
Classpublic final class CharSet
InheritanceCharSet Inheritance Enum

Represents character encoding enumeration values used by the Barcoded Forms service when it decodes data. You must specify the encoding value that corresponds to the barcode from which to decode data.



Public Methods
 MethodDefined by
  
String getCharSet()
Returns a string value that specifies the character encoding enumeration value.
CharSet
Public Constants
 ConstantDefined by
  Big_Five
[static] Represents Big-Five encoding.
CharSet
  GB_2312
[static] Represents GB-2312 encoding.
CharSet
  Hex
[static] Represents raw barcode data that is hex encoded.
CharSet
  ISO_8859_1
[static] Represents ISO-8859-1 encoding.
CharSet
  ISO_8859_2
[static] Represents ISO-8859-2 encoding.
CharSet
  ISO_8859_7
[static] Represents ISO-8859-7 encoding.
CharSet
  KSC_5601
[static] Represents KSC-5601 encoding.
CharSet
  Shift_JIS
[static] Represents Shift-JIS encoding.
CharSet
  UTF_16
[static] Represents UTF-16 encoding.
CharSet
  UTF_8
[static] Represents UTF-8 encoding.
CharSet
Method Detail
getCharSet()
public String getCharSet()

Returns a string value that specifies the character encoding enumeration value.

Returns
A string value that specifies the character encoding enumeration value.
Constant Detail
Big_FiveConstant
public static final Big_Five

Represents Big-Five encoding.

GB_2312Constant 
public static final GB_2312

Represents GB-2312 encoding.

HexConstant 
public static final Hex

Represents raw barcode data that is hex encoded.

ISO_8859_1Constant 
public static final ISO_8859_1

Represents ISO-8859-1 encoding.

ISO_8859_2Constant 
public static final ISO_8859_2

Represents ISO-8859-2 encoding.

ISO_8859_7Constant 
public static final ISO_8859_7

Represents ISO-8859-7 encoding.

KSC_5601Constant 
public static final KSC_5601

Represents KSC-5601 encoding.

Shift_JISConstant 
public static final Shift_JIS

Represents Shift-JIS encoding.

UTF_16Constant 
public static final UTF_16

Represents UTF-16 encoding.

UTF_8Constant 
public static final UTF_8

Represents UTF-8 encoding.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/barcodedforms/CharSet.html