Class Code128SubType

java.lang.Object
com.aspose.barcode.barcoderecognition.Code128SubType

public final class Code128SubType extends Object

Contains types of Code128 subset

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4 ///
    static final int
    ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4 ///
    static final int
    00–99 (encodes two digits with a single code point) and FNC1 ///
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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:
    • 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:
    • CODE_SET_C

      public static final int CODE_SET_C

      00–99 (encodes two digits with a single code point) and FNC1 ///

      See Also:
  • Constructor Details

    • Code128SubType

      public Code128SubType()