Page Summary
-
Barcode.BarcodeFormat is an abstract annotation that implements the Annotation interface.
-
It serves as an enumeration of supported barcode formats.
-
The content lists several specific barcode formats, such as QR_CODE, CODE_128, and UPC_A.
-
The Barcode.BarcodeFormat inherits methods like annotationType(), equals(), hashCode(), and toString() from the Annotation interface.
Barcode format constants - enumeration of supported barcode formats:
Barcode.FORMAT_UNKNOWNBarcode.FORMAT_ALL_FORMATSBarcode.FORMAT_CODE_128Barcode.FORMAT_CODE_39Barcode.FORMAT_CODE_93Barcode.FORMAT_CODABARBarcode.FORMAT_DATA_MATRIXBarcode.FORMAT_EAN_13Barcode.FORMAT_EAN_8Barcode.FORMAT_ITFBarcode.FORMAT_QR_CODEBarcode.FORMAT_UPC_ABarcode.FORMAT_UPC_EBarcode.FORMAT_PDF417Barcode.FORMAT_AZTEC