public class Code128SubType
extends com.aspose.ms.System.Enum
Contains types of Code128 subset
Modifier and Type | Field and 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
|
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
public static final int CODE_SET_B
ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4
public static final int CODE_SET_C
00–99 (encodes two digits with a single code point) and FNC1