Class Code128SubType
- java.lang.Object
-
- com.aspose.barcode.barcoderecognition.Code128SubType
-
public final class Code128SubType extends java.lang.Object
Contains types of Code128 subset
-
-
Field Summary
Fields Modifier and Type Field Description static int
CODE_SET_A
ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 ///static int
CODE_SET_B
ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 ///static int
CODE_SET_C
00–99 (encodes two digits with a single code point) and FNC1 ///
-
Constructor Summary
Constructors Constructor Description Code128SubType()
-
-
-
Field Detail
-
CODE_SET_A
public static final int CODE_SET_A
ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 ///
- See Also:
- Constant Field Values
-
CODE_SET_B
public static final int CODE_SET_B
ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 ///
- See Also:
- Constant Field Values
-
CODE_SET_C
public static final int CODE_SET_C
00–99 (encodes two digits with a single code point) and FNC1 ///
- See Also:
- Constant Field Values
-
-