Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / BarcodeType Enumeration
In This Topic
    BarcodeType Enumeration
    In This Topic
    Members
    MemberDescription
    CodabarSummary: Codabar uses A B C D + - : , / and numbers.
    Code128Code 128 uses the complete ASCII character set. Automatically selects between Code 128 A, B and C to give the smallest barcode.
    Code39Summary: Code 39 uses numbers, % * $ /. , - +, and upper case.
    Code49Code 49 is a 2D high-density stacked barcode. Encodes the complete ASCII character set.
    Code93Summary: Code 93 uses uppercase, % $ * / , + -, and numbers.
    DataMatrixSummary: Data Matrix is a high density, two-dimensional barcode with square modules arranged in a square or rectangular matrix pattern.
    EAN13Summary: EAN-13 uses only numbers (12 numbers and a check digit). If there are only 12 numbers in the string, it calculates a checksum and adds it to the thirteenth position. If there are 13, it validates the checksum and throws an error if it is incorrect.
    EAN8Summary: EAN-8 uses only numbers (7 numbers and a check digit).
    GS1_128Summary: uses the complete ASCII character Set. This is a special version of Code 128 used in HIBC applications.
    PDF417Summary: Pdf417 is a popular high-density 2-dimensional symbology that encodes up to 1108 bytes of information. This barcode consists of a stacked set of smaller barcodes. Encodes the full ASCII character set. Capable of encoding as many as 2725 data characters.
    QRCodeSummary: QRCode is a 2D symbology that is capable of handling numeric, alphanumeric and byte data as well as Japanese kanji and kana characters. This symbology can encode up to 7,366 characters.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.BarcodeType

    See Also