CodeFormat enum
- Inheritance
- Available extensions
Values
- AZTEC → const CodeFormat
-
Aztec 2D barcode format.
- CODABAR → const CodeFormat
-
CODABAR 1D format.
- CODE_39 → const CodeFormat
-
Code 39 1D format.
- CODE_93 → const CodeFormat
-
Code 93 1D format.
- CODE_128 → const CodeFormat
-
Code 128 1D format.
- DATA_MATRIX → const CodeFormat
-
Data Matrix 2D barcode format.
- EAN_8 → const CodeFormat
-
EAN-8 1D format.
- EAN_13 → const CodeFormat
-
EAN-13 1D format.
- MAXICODE → const CodeFormat
-
MaxiCode 2D barcode format.
- PDF_417 → const CodeFormat
-
PDF417 format.
- QR_CODE → const CodeFormat
-
QR Code 2D barcode format.
- RSS_14 → const CodeFormat
-
RSS 14
- RSS_EXPANDED → const CodeFormat
-
RSS EXPANDED
- UPC_A → const CodeFormat
-
UPC-A 1D format.
- UPC_E → const CodeFormat
-
UPC-E 1D format.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CodeFormat> - A constant List of the values in this enum, in order of their declaration.