接口的使用
com.grapecity.documents.excel.IBarcode

使用IBarcode的程序包
程序包
说明
 
  • com.grapecity.documents.excelIBarcode的使用

    修饰符和类型
    接口
    说明
    interface 
    Codabar is a barcode that uses alphanumeric characters including : A B C D + - : . / $ and all numbers.A screenshot depicting Codabar sparkline is shared below.
    interface 
    The Code 128 barcode is a linear barcode that represents high-density linear symbology to encode text, numbers, various functions and the entire 128 ASCII character set (from ASCII 0 to ASCII 128).
    interface 
    Code 39 is a linear barcode that uses a total of nine bars to represent each symbol which includes numeric characters, upper case characters and some special characters ("%" , "*", "$", "/", "." , "-", "+").
    interface 
    Code 49 is a two dimensional, high-density stacked barcode with two to eight rows (having eight characters each).
    interface 
    Code93 barcode is a barcode that uses uppercase characters and numeric characters along with some special characters ("%" , "*", "$", "/", "." , "-", "+").
    interface 
    DataMatrix barcode is a high density, two-dimensional barcode with square modules typically arranged in a square or a rectangular matrix pattern.
    interface 
    EAN-13 barcode is a code that makes use of numeric characters (twelve numbers) and a check digit.
    interface 
    EAN-8 barcode is a barcode that uses only numeric characters and a check digit.
    interface 
    GS1-128 is a barcode that uses a series of application Identifiers in order to encode data.
    interface 
    PDF417 barcode is a popular high-density, two-dimensional barcode with symbology that possesses the capability to encode up to 1108 bytes of information.
    interface 
    QRCode is a two dimensional barcode representing symbology that enables effective handling of numeric, alphanumeric and byte data.