Uses of Class
com.itextpdf.barcodes.Barcode1D
-
Packages that use Barcode1D Package Description com.itextpdf.barcodes -
-
Uses of Barcode1D in com.itextpdf.barcodes
Subclasses of Barcode1D in com.itextpdf.barcodes Modifier and Type Class Description class
Barcode128
BarCode 128 is a high-density linear barcode symbology defined in ISO/IEC 15417:2007.class
Barcode39
This class represents the barcode Code 39.class
BarcodeCodabar
Implementation of the Codabar barcode.class
BarcodeEAN
The implementation of the barcode EAN.class
BarcodeEANSUPP
Implements the most commonly used EAN standard is the thirteen-digit EAN-13, a superset of the original 12-digit Universal Product Code (UPC-A)class
BarcodeInter25
Implements the code interleaved 2 of 5.class
BarcodeMSI
Implements the MSI Barcode.class
BarcodePostnet
POSTNET (Postal Numeric Encoding Technique) is a barcode symbology used by the United States Postal Service to assist in directing mail.Fields in com.itextpdf.barcodes declared as Barcode1D Modifier and Type Field Description protected Barcode1D
BarcodeEANSUPP. ean
The barcode with the EAN/UPC.protected Barcode1D
BarcodeEANSUPP. supp
The barcode with the supplemental.Constructors in com.itextpdf.barcodes with parameters of type Barcode1D Constructor Description BarcodeEANSUPP(Barcode1D ean, Barcode1D supp)
Creates new combined barcode.
-