Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Class | Description |
---|---|---|
class |
Barcode128 |
Implements the code 128 and UCC/EAN-128.
|
class |
Barcode39 |
Implements the code 39 and code 39 extended.
|
class |
BarcodeCodabar |
Implements the code codabar.
|
class |
BarcodeEAN |
Generates barcodes in several formats: EAN13, EAN8, UPCA, UPCE,
supplemental 2 and 5.
|
class |
BarcodeEANSUPP |
This class takes 2 barcodes, an EAN/UPC and a supplemental
and creates a single barcode with both combined in the
expected layout.
|
class |
BarcodeInter25 |
Implements the code interleaved 2 of 5.
|
class |
BarcodePostnet |
Implements the Postnet and Planet barcodes.
|
Modifier and Type | Field | Description |
---|---|---|
protected Barcode |
BarcodeEANSUPP.ean |
The barcode with the EAN/UPC.
|
protected Barcode |
BarcodeEANSUPP.supp |
The barcode with the supplemental.
|
Constructor | Description |
---|---|
BarcodeEANSUPP(Barcode ean,
Barcode supp) |
Creates new combined barcode.
|
Copyright © 1998–2018. All rights reserved.