Class Code128SubType
java.lang.Object
com.aspose.barcode.barcoderecognition.Code128SubType
Contains types of Code128 subset
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 ///static final intASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 ///static final int00–99 (encodes two digits with a single code point) and FNC1 /// -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CODE_SET_A
public static final int CODE_SET_AASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 ///
- See Also:
-
CODE_SET_B
public static final int CODE_SET_BASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 ///
- See Also:
-
CODE_SET_C
public static final int CODE_SET_C00–99 (encodes two digits with a single code point) and FNC1 ///
- See Also:
-
-
Constructor Details
-
Code128SubType
public Code128SubType()
-