EncodeTypes

EncodeTypes enumeration

Specifies the type of barcode to encode.

public enum EncodeTypes

Values

NameValueDescription
NONE-1Unspecified encode type.
CODABAR0Specifies that the data should be encoded with CODABAR barcode specification
CODE_111Specifies that the data should be encoded with CODE 11 barcode specification
CODE_392Specifies that the data should be encoded with {@code Code 39} basic charset barcode specification: ISO/IEC 16388
CODE_39_FULL_ASCII3Specifies that the data should be encoded with {@code Code 39} full ASCII charset barcode specification: ISO/IEC 16388
CODE_935Specifies that the data should be encoded with {@code CODE 93} barcode specification
CODE_1286Specifies that the data should be encoded with CODE 128 barcode specification
GS_1_CODE_1287Specifies that the data should be encoded with GS1 Code 128 barcode specification. The codetext must contains parentheses for AI.
EAN_88Specifies that the data should be encoded with EAN-8 barcode specification
EAN_139Specifies that the data should be encoded with EAN-13 barcode specification
EAN_1410Specifies that the data should be encoded with EAN14 barcode specification
SCC_1411Specifies that the data should be encoded with SCC14 barcode specification
SSCC_1812Specifies that the data should be encoded with SSCC18 barcode specification
UPCA13Specifies that the data should be encoded with UPC-A barcode specification
UPCE14Specifies that the data should be encoded with UPC-E barcode specification
ISBN15Specifies that the data should be encoded with isBN barcode specification
ISSN16Specifies that the data should be encoded with ISSN barcode specification
ISMN17Specifies that the data should be encoded with ISMN barcode specification
STANDARD_2_OF_518Specifies that the data should be encoded with Standard 2 of 5 barcode specification
INTERLEAVED_2_OF_519Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification
MATRIX_2_OF_520Represents Matrix 2 of 5 BarCode
ITALIAN_POST_2521Represents Italian Post 25 barcode.
IATA_2_OF_522Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo.
ITF_1423Specifies that the data should be encoded with ITF14 barcode specification
ITF_624Represents ITF-6 Barcode.
MSI25Specifies that the data should be encoded with MSI Plessey barcode specification
VIN26Represents VIN (Vehicle Identification Number) Barcode.
DEUTSCHE_POST_IDENTCODE27Represents Deutsch Post barcode, This EncodeType is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsch Post AG Identcode, Deutsch Frachtpost Identcode, Deutsch Post AG (DHL)
DEUTSCHE_POST_LEITCODE28Represents Deutsch Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsch Post AG (DHL).
OPC29Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode.
PZN30Represents PZN barcode.This EncodeType is also known as Pharmacy central number, Pharmazentralnummer
CODE_16_K31Represents Code 16K barcode.
PHARMACODE32Represents Pharmacode barcode.
DATA_MATRIX332D barcode symbology DataMatrix
QR34Specifies that the data should be encoded with QR Code barcode specification
AZTEC35Specifies that the data should be encoded with Aztec barcode specification
GS_1_AZTEC81Specifies that the data should be encoded with {@code GS1 Aztec} barcode specification. The codetext must contains parentheses for AI.
PDF_41736Specifies that the data should be encoded with Pdf417 barcode specification
MACRO_PDF_41737Specifies that the data should be encoded with MacroPdf417 barcode specification
GS_1_DATA_MATRIX482D barcode symbology DataMatrix with GS1 string format
MICRO_PDF_41755Specifies that the data should be encoded with MicroPdf417 barcode specification
GS_1_MICRO_PDF_41782Specifies that the data should be encoded with GS1MicroPdf417 barcode specification
GS_1_QR562D barcode symbology QR with GS1 string format
MAXI_CODE57Specifies that the data should be encoded with MaxiCode barcode specification
DOT_CODE60Specifies that the data should be encoded with DotCode barcode specification
AUSTRALIA_POST38Represents Australia Post Customer BarCode
POSTNET39Specifies that the data should be encoded with Postnet barcode specification
PLANET40Specifies that the data should be encoded with Planet barcode specification
ONE_CODE41Specifies that the data should be encoded with USPS OneCode barcode specification
RM_4_SCC42Represents RM4SCC barcode. RM4SCC (Royal Mail 4-state Customer Code) is used for automated mail sort process in UK.
MAILMARK66Represents Royal Mail Mailmark barcode.
DATABAR_OMNI_DIRECTIONAL43Specifies that the data should be encoded with GS1 Databar omni-directional barcode specification.
DATABAR_TRUNCATED44Specifies that the data should be encoded with GS1 Databar truncated barcode specification.
DATABAR_LIMITED45Represents GS1 DATABAR limited barcode.
DATABAR_EXPANDED46Represents GS1 Databar expanded barcode.
DATABAR_EXPANDED_STACKED52Represents GS1 Databar expanded stacked barcode.
DATABAR_STACKED53Represents GS1 Databar stacked barcode.
DATABAR_STACKED_OMNI_DIRECTIONAL54Represents GS1 Databar stacked omni-directional barcode.
SINGAPORE_POST47Specifies that the data should be encoded with Singapore Post Barcode barcode specification
AUSTRALIAN_POSTE_PARCEL49Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification
SWISS_POST_PARCEL50Specifies that the data should be encoded with Swiss Post Parcel Barcode barcode specification. Supported types: Domestic Mail, International Mail, Additional Services (new)
PATCH_CODE51Represents Patch code barcode
CODE_3258Specifies that the data should be encoded with Code32 barcode specification
DATA_LOGIC_2_OF_559Specifies that the data should be encoded with DataLogic 2 of 5 barcode specification
DUTCH_KIX61Specifies that the data should be encoded with Dutch KIX barcode specification
UPCA_GS_1_CODE_128_COUPON62Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: BarCodeGenerator.setCodetext(“514141100906(8102)03”), where UPCA part is “514141100906”, GS1Code128 part is (8102)03.
UPCA_GS_1_DATABAR_COUPON63Specifies that the data should be encoded with UPC coupon with GS1 DataBar addition barcode specification. An example of the input string: BarCodeGenerator.setCodetext(“514141100906(8110)106141416543213500110000310123196000”), where UPCA part is “514141100906, DATABAR part is “(8110)106141416543213500110000310123196000”. To change the caption, use barCodeBuilder.getCaptionAbove().setText(“company prefix + offer code”)”,
CODABLOCK_F64Specifies that the data should be encoded with Codablock-F barcode specification.
GS_1_CODABLOCK_F65Specifies that the data should be encoded with GS1 Codablock-F barcode specification. The codetext must contains parentheses for AI.
GS_1_COMPOSITE_BAR67Specifies that the data should be encoded with GS1 Composite Bar barcode specification. The codetext must contains parentheses for AI. 1D codetext and 2D codetext must be separated with symbol ‘/’
HIBC_CODE_39_LIC68Specifies that the data should be encoded with {@code HIBC LIC Code39Standart} barcode specification.
HIBC_CODE_128_LIC69Specifies that the data should be encoded with {@code HIBC LIC Code128} barcode specification.
HIBC_AZTEC_LIC70Specifies that the data should be encoded with {@code HIBC LIC Aztec} barcode specification.
HIBC_DATA_MATRIX_LIC71Specifies that the data should be encoded with {@code HIBC LIC DataMatrix} barcode specification.
HIBCQRLIC72Specifies that the data should be encoded with {@code HIBC LIC QR} barcode specification.
HIBC_CODE_39_PAS73Specifies that the data should be encoded with {@code HIBC PAS Code39Standart} barcode specification.
HIBC_CODE_128_PAS74Specifies that the data should be encoded with {@code HIBC PAS Code128} barcode specification.
HIBC_AZTEC_PAS75Specifies that the data should be encoded with {@code HIBC PAS Aztec} barcode specification.
HIBC_DATA_MATRIX_PAS76Specifies that the data should be encoded with {@code HIBC PAS DataMatrix} barcode specification.
HIBCQRPAS77Specifies that the data should be encoded with {@code HIBC PAS QR} barcode specification.
GS_1_DOT_CODE78Specifies that the data should be encoded with {@code GS1 DotCode} barcode specification. The codetext must contains parentheses for AI.
HAN_XIN79Specifies that the data should be encoded with Han Xin barcode specification
GS_1_HAN_XIN802D barcode symbology QR with GS1 string format
MICRO_QR83Specifies that the data should be encoded with MicroQR Code barcode specification
RECT_MICRO_QR84Specifies that the data should be encoded with RectMicroQR (rMQR) Code barcode specification

See Also