Uses of Class
com.itextpdf.text.pdf.Barcode
-
Packages that use Barcode Package Description com.itextpdf.text.pdf -
-
Uses of Barcode in com.itextpdf.text.pdf
Subclasses of Barcode in com.itextpdf.text.pdf Modifier and Type Class Description classBarcode128Implements the code 128 and UCC/EAN-128.classBarcode39Implements the code 39 and code 39 extended.classBarcodeCodabarImplements the code codabar.classBarcodeEANGenerates barcodes in several formats: EAN13, EAN8, UPCA, UPCE, supplemental 2 and 5.classBarcodeEANSUPPThis class takes 2 barcodes, an EAN/UPC and a supplemental and creates a single barcode with both combined in the expected layout.classBarcodeInter25Implements the code interleaved 2 of 5.classBarcodePostnetImplements the Postnet and Planet barcodes.Fields in com.itextpdf.text.pdf declared as Barcode Modifier and Type Field Description protected BarcodeBarcodeEANSUPP. eanThe barcode with the EAN/UPC.protected BarcodeBarcodeEANSUPP. suppThe barcode with the supplemental.Constructors in com.itextpdf.text.pdf with parameters of type Barcode Constructor Description BarcodeEANSUPP(Barcode ean, Barcode supp)Creates new combined barcode.
-